Html Css Color HEX #2CEECC Turquoise

📋 copy color: '#2CEECC'

red 44 ◦ green 238 ◦ blue 204

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

Shades of Turquoise #2CEECC

Tints of Turquoise #2CEECC

RGB

 RED value IS 44 (17.58% from 255) = 9.05%

 GREEN value IS 238 (93.36% from 255) = 48.97%

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

R = 9.05%
G = 48.97%
B = 41.98%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#2CEECC (or 0x2CEECC) is known color: Turquoise. HEX triplet: 2C, EE and CC. RGB value is (44,238,204). Sum of RGB (Red+Green+Blue) = 44+238+204=486 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.05% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #2CEECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEECC is #D31133. Grayscale: #B0B0B0. Windows color (decimal): -13832500 or 13430316. OLE color: 13430316.

HSL color Cylindrical-coordinate representation of color #2CEECC: hue angle of 169.48º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEECC is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 44 238 204 -
CMYK 0.82 0 0.14 0.07
HSL 169.48º 0.85% 0.55% -
HSV(B) 169.48º 0.82% 0.93% -
XYZ 42.51 66.04 67.63 -
YUV 176.12 143.73 33.76 -
System Red Green Blue C M Y K H S L
Decimal 44 238 204 0.82 0 0.14 0.07 169.48 0.85 0.55
Hex 2C EE CC 52 0 E 7 A9 55 37
Octal 54 356 314 122 0 16 7 251 125 67
Binary 101100 11101110 11001100 1010010 0 1110 111 10101001 1010101 110111

Color Harmonies of #2CEECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEECC

Black with #2CEECC

Text Example


Text Example

White with #2CEECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,238,204); }

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

background-color css

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

 a { background-color: rgb(44,238,204); }

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

border-color css

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

 span { border-color: rgb(44,238,204); }

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