Html Css Color HEX #2CEEE5 Turquoise

📋 copy color: '#2CEEE5'

red 44 ◦ green 238 ◦ blue 229

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

Shades of Turquoise #2CEEE5

Tints of Turquoise #2CEEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.81%

R = 8.61%
G = 46.58%
B = 44.81%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#2CEEE5 (or 0x2CEEE5) is known color: Turquoise. HEX triplet: 2C, EE and E5. RGB value is (44,238,229). Sum of RGB (Red+Green+Blue) = 44+238+229=511 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.61% from 511); Green value is 238 (93.36% from 255 or 46.58% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 238 - color contains mainly: green. Hex color #2CEEE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEEE5 is #D3111A. Grayscale: #B2B2B2. Windows color (decimal): -13832475 or 15068716. OLE color: 15068716.

HSL color Cylindrical-coordinate representation of color #2CEEE5: hue angle of 177.22º 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 #2CEEE5 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 44 238 229 -
CMYK 0.82 0 0.04 0.07
HSL 177.22º 0.85% 0.55% -
HSV(B) 177.22º 0.82% 0.93% -
XYZ 45.76 67.34 84.72 -
YUV 178.97 156.23 31.73 -
System Red Green Blue C M Y K H S L
Decimal 44 238 229 0.82 0 0.04 0.07 177.22 0.85 0.55
Hex 2C EE E5 52 0 4 7 B1 55 37
Octal 54 356 345 122 0 4 7 261 125 67
Binary 101100 11101110 11100101 1010010 0 100 111 10110001 1010101 110111

Color Harmonies of #2CEEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEEE5

Black with #2CEEE5

Text Example


Text Example

White with #2CEEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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