Html Css Color HEX #2CEEBE Turquoise

📋 copy color: '#2CEEBE'

red 44 ◦ green 238 ◦ blue 190

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

Shades of Turquoise #2CEEBE

Tints of Turquoise #2CEEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 9.32%
G = 50.42%
B = 40.25%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#2CEEBE (or 0x2CEEBE) is known color: Turquoise. HEX triplet: 2C, EE and BE. RGB value is (44,238,190). Sum of RGB (Red+Green+Blue) = 44+238+190=472 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.32% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #2CEEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEEBE is #D31141. Grayscale: #AEAEAE. Windows color (decimal): -13832514 or 12512812. OLE color: 12512812.

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

Color convert

RGB 44 238 190 -
CMYK 0.82 0 0.20 0.07
HSL 165.15º 0.85% 0.55% -
HSV(B) 165.15º 0.82% 0.93% -
XYZ 40.91 65.4 59.18 -
YUV 174.52 136.73 34.9 -
System Red Green Blue C M Y K H S L
Decimal 44 238 190 0.82 0 0.20 0.07 165.15 0.85 0.55
Hex 2C EE BE 52 0 14 7 A5 55 37
Octal 54 356 276 122 0 24 7 245 125 67
Binary 101100 11101110 10111110 1010010 0 10100 111 10100101 1010101 110111

Color Harmonies of #2CEEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEEBE

Black with #2CEEBE

Text Example


Text Example

White with #2CEEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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