Html Css Color HEX #2FD6EE Turquoise

📋 copy color: '#2FD6EE'

red 47 ◦ green 214 ◦ blue 238

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

Shades of Turquoise #2FD6EE

Tints of Turquoise #2FD6EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.7%

R = 9.42%
G = 42.89%
B = 47.7%

CMYK

 C value IS 0.80

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2FD6EE (or 0x2FD6EE) is known color: Turquoise. HEX triplet: 2F, D6 and EE. RGB value is (47,214,238). Sum of RGB (Red+Green+Blue) = 47+214+238=499 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.42% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #2FD6EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FD6EE is #D02911. Grayscale: #A6A6A6. Windows color (decimal): -13642002 or 15652399. OLE color: 15652399.

HSL color Cylindrical-coordinate representation of color #2FD6EE: hue angle of 187.54º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FD6EE is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 214 238 -
CMYK 0.80 0.10 0 0.07
HSL 187.54º 0.85% 0.56% -
HSV(B) 187.54º 0.8% 0.93% -
XYZ 40.65 54.87 89.34 -
YUV 166.8 168.17 42.55 -
System Red Green Blue C M Y K H S L
Decimal 47 214 238 0.80 0.10 0 0.07 187.54 0.85 0.56
Hex 2F D6 EE 50 A 0 7 BC 55 38
Octal 57 326 356 120 12 0 7 274 125 70
Binary 101111 11010110 11101110 1010000 1010 0 111 10111100 1010101 111000

Color Harmonies of #2FD6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD6EE

Black with #2FD6EE

Text Example


Text Example

White with #2FD6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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