Html Css Color HEX #2FEDCC Turquoise

📋 copy color: '#2FEDCC'

red 47 ◦ green 237 ◦ blue 204

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

Shades of Turquoise #2FEDCC

Tints of Turquoise #2FEDCC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.57%

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 9.63%
G = 48.57%
B = 41.8%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#2FEDCC (or 0x2FEDCC) is known color: Turquoise. HEX triplet: 2F, ED and CC. RGB value is (47,237,204). Sum of RGB (Red+Green+Blue) = 47+237+204=488 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.63% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #2FEDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEDCC is #D01233. Grayscale: #B0B0B0. Windows color (decimal): -13636148 or 13430063. OLE color: 13430063.

HSL color Cylindrical-coordinate representation of color #2FEDCC: hue angle of 169.58º degrees, saturation: 0.84, 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 #2FEDCC is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 237 204 -
CMYK 0.80 0 0.14 0.07
HSL 169.58º 0.84% 0.56% -
HSV(B) 169.58º 0.8% 0.93% -
XYZ 42.36 65.53 67.54 -
YUV 176.43 143.55 35.68 -
System Red Green Blue C M Y K H S L
Decimal 47 237 204 0.80 0 0.14 0.07 169.58 0.84 0.56
Hex 2F ED CC 50 0 E 7 AA 54 38
Octal 57 355 314 120 0 16 7 252 124 70
Binary 101111 11101101 11001100 1010000 0 1110 111 10101010 1010100 111000

Color Harmonies of #2FEDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEDCC

Black with #2FEDCC

Text Example


Text Example

White with #2FEDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,237,204); }

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

background-color css

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

 a { background-color: rgb(47,237,204); }

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

border-color css

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

 span { border-color: rgb(47,237,204); }

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