Html Css Color HEX #2FD6EA Turquoise

📋 copy color: '#2FD6EA'

red 47 ◦ green 214 ◦ blue 234

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

Shades of Turquoise #2FD6EA

Tints of Turquoise #2FD6EA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.23%

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 9.49%
G = 43.23%
B = 47.27%

CMYK

 C value IS 0.80

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2FD6EA (or 0x2FD6EA) is known color: Turquoise. HEX triplet: 2F, D6 and EA. RGB value is (47,214,234). Sum of RGB (Red+Green+Blue) = 47+214+234=495 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.49% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #2FD6EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FD6EA is #D02915. Grayscale: #A6A6A6. Windows color (decimal): -13642006 or 15390255. OLE color: 15390255.

HSL color Cylindrical-coordinate representation of color #2FD6EA: hue angle of 186.42º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FD6EA is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 214 234 -
CMYK 0.80 0.09 0 0.08
HSL 186.42º 0.82% 0.55% -
HSV(B) 186.42º 0.8% 0.92% -
XYZ 40.07 54.64 86.28 -
YUV 166.35 166.17 42.87 -
System Red Green Blue C M Y K H S L
Decimal 47 214 234 0.80 0.09 0 0.08 186.42 0.82 0.55
Hex 2F D6 EA 50 9 0 8 BA 52 37
Octal 57 326 352 120 11 0 10 272 122 67
Binary 101111 11010110 11101010 1010000 1001 0 1000 10111010 1010010 110111

Color Harmonies of #2FD6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD6EA

Black with #2FD6EA

Text Example


Text Example

White with #2FD6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,214,234); }

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

background-color css

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

 a { background-color: rgb(47,214,234); }

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

border-color css

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

 span { border-color: rgb(47,214,234); }

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