Html Css Color HEX #2FD0CB Turquoise

📋 copy color: '#2FD0CB'

red 47 ◦ green 208 ◦ blue 203

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

Shades of Turquoise #2FD0CB

Tints of Turquoise #2FD0CB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.41%

 BLUE value IS 203 (79.69% from 255) = 44.32%

R = 10.26%
G = 45.41%
B = 44.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#2FD0CB (or 0x2FD0CB) is known color: Turquoise. HEX triplet: 2F, D0 and CB. RGB value is (47,208,203). Sum of RGB (Red+Green+Blue) = 47+208+203=458 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.26% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FD0CB is #D02F34. Grayscale: #9F9F9F. Windows color (decimal): -13643573 or 13357103. OLE color: 13357103.

HSL color Cylindrical-coordinate representation of color #2FD0CB: hue angle of 178.14º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FD0CB is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 47 208 203 -
CMYK 0.77 0 0.02 0.18
HSL 178.14º 0.63% 0.5% -
HSV(B) 178.14º 0.77% 0.82% -
XYZ 34.51 50.03 64.34 -
YUV 159.29 152.66 47.91 -
System Red Green Blue C M Y K H S L
Decimal 47 208 203 0.77 0 0.02 0.18 178.14 0.63 0.5
Hex 2F D0 CB 4D 0 2 12 B2 3F 32
Octal 57 320 313 115 0 2 22 262 77 62
Binary 101111 11010000 11001011 1001101 0 10 10010 10110010 111111 110010

Color Harmonies of #2FD0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD0CB

Black with #2FD0CB

Text Example


Text Example

White with #2FD0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,208,203); }

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

background-color css

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

 a { background-color: rgb(47,208,203); }

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

border-color css

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

 span { border-color: rgb(47,208,203); }

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