Html Css Color HEX #2FD5CE Turquoise

📋 copy color: '#2FD5CE'

red 47 ◦ green 213 ◦ blue 206

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

Shades of Turquoise #2FD5CE

Tints of Turquoise #2FD5CE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.71%

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 10.09%
G = 45.71%
B = 44.21%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#2FD5CE (or 0x2FD5CE) is known color: Turquoise. HEX triplet: 2F, D5 and CE. RGB value is (47,213,206). Sum of RGB (Red+Green+Blue) = 47+213+206=466 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.09% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FD5CE is #D02A31. Grayscale: #A2A2A2. Windows color (decimal): -13642290 or 13554991. OLE color: 13554991.

HSL color Cylindrical-coordinate representation of color #2FD5CE: hue angle of 177.47º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD5CE is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 213 206 -
CMYK 0.78 0 0.03 0.16
HSL 177.47º 0.66% 0.51% -
HSV(B) 177.47º 0.78% 0.84% -
XYZ 36.11 52.65 66.65 -
YUV 162.57 152.5 45.57 -
System Red Green Blue C M Y K H S L
Decimal 47 213 206 0.78 0 0.03 0.16 177.47 0.66 0.51
Hex 2F D5 CE 4E 0 3 10 B1 42 33
Octal 57 325 316 116 0 3 20 261 102 63
Binary 101111 11010101 11001110 1001110 0 11 10000 10110001 1000010 110011

Color Harmonies of #2FD5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD5CE

Black with #2FD5CE

Text Example


Text Example

White with #2FD5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,213,206); }

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

background-color css

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

 a { background-color: rgb(47,213,206); }

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

border-color css

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

 span { border-color: rgb(47,213,206); }

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