Html Css Color HEX #2CEEED Turquoise

📋 copy color: '#2CEEED'

red 44 ◦ green 238 ◦ blue 237

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

Shades of Turquoise #2CEEED

Tints of Turquoise #2CEEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.66%

R = 8.48%
G = 45.86%
B = 45.66%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#2CEEED (or 0x2CEEED) is known color: Turquoise. HEX triplet: 2C, EE and ED. RGB value is (44,238,237). Sum of RGB (Red+Green+Blue) = 44+238+237=519 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.48% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #2CEEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CEEED is #D31112. Grayscale: #B3B3B3. Windows color (decimal): -13832467 or 15593004. OLE color: 15593004.

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

Color convert

RGB 44 238 237 -
CMYK 0.82 0 0.00 0.07
HSL 179.69º 0.85% 0.55% -
HSV(B) 179.69º 0.82% 0.93% -
XYZ 46.9 67.8 90.74 -
YUV 179.88 160.23 31.08 -
System Red Green Blue C M Y K H S L
Decimal 44 238 237 0.82 0 0.00 0.07 179.69 0.85 0.55
Hex 2C EE ED 52 0 0 7 B4 55 37
Octal 54 356 355 122 0 0 7 264 125 67
Binary 101100 11101110 11101101 1010010 0 0 111 10110100 1010101 110111

Color Harmonies of #2CEEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEEED

Black with #2CEEED

Text Example


Text Example

White with #2CEEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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