Html Css Color HEX #2FF9E7 Turquoise

📋 copy color: '#2FF9E7'

red 47 ◦ green 249 ◦ blue 231

#2FF9E7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #2FF9E7

Tints of Turquoise #2FF9E7

RGB

 RED value IS 47 (18.75% from 255) = 8.92%

 GREEN value IS 249 (97.66% from 255) = 47.25%

 BLUE value IS 231 (90.63% from 255) = 43.83%

R = 8.92%
G = 47.25%
B = 43.83%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2FF9E7 (or 0x2FF9E7) is known color: Turquoise. HEX triplet: 2F, F9 and E7. RGB value is (47,249,231). Sum of RGB (Red+Green+Blue) = 47+249+231=527 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.92% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF9E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FF9E7 is #D00618. Grayscale: #BABABA. Windows color (decimal): -13633049 or 15202607. OLE color: 15202607.

HSL color Cylindrical-coordinate representation of color #2FF9E7: hue angle of 174.65º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF9E7 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 249 231 -
CMYK 0.81 0 0.07 0.02
HSL 174.65º 0.94% 0.58% -
HSV(B) 174.65º 0.81% 0.98% -
XYZ 49.47 74.13 87.3 -
YUV 186.55 153.08 28.46 -
System Red Green Blue C M Y K H S L
Decimal 47 249 231 0.81 0 0.07 0.02 174.65 0.94 0.58
Hex 2F F9 E7 51 0 7 2 AF 5E 3A
Octal 57 371 347 121 0 7 2 257 136 72
Binary 101111 11111001 11100111 1010001 0 111 10 10101111 1011110 111010

Color Harmonies of #2FF9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF9E7

Black with #2FF9E7

Text Example


Text Example

White with #2FF9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FF9E7; }

 p { color: rgb(47,249,231); }

 H1.HeaderClassName
 {
   color: #2FF9E7;
 }
 .AnyTagClassName
 {
   color: #2FF9E7;
 }
</style>

background-color css

<style>
 a { background-color: #2FF9E7; }

 a { background-color: rgb(47,249,231); }

 div.DivClassName
 {
   background-color: #2FF9E7;
 }
 .BgClassName
 {
   background-color: #2FF9E7;
 }
</style>

border-color css

<style>
 span { border-color: #2FF9E7; }

 span { border-color: rgb(47,249,231); }

 td.TdClassName
 {
   border-color: #2FF9E7;
 }
 .TagClassName
 {
   border-color: #2FF9E7;
 }
</style>