Html Css Color HEX #33EEC2 Turquoise

📋 copy color: '#33EEC2'

red 51 ◦ green 238 ◦ blue 194

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

Shades of Turquoise #33EEC2

Tints of Turquoise #33EEC2

RGB

 RED value IS 51 (20.31% from 255) = 10.56%

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

 BLUE value IS 194 (76.17% from 255) = 40.17%

R = 10.56%
G = 49.28%
B = 40.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#33EEC2 (or 0x33EEC2) is known color: Turquoise. HEX triplet: 33, EE and C2. RGB value is (51,238,194). Sum of RGB (Red+Green+Blue) = 51+238+194=483 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.56% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #33EEC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EEC2 is #CC113D. Grayscale: #B1B1B1. Windows color (decimal): -13373758 or 12774963. OLE color: 12774963.

HSL color Cylindrical-coordinate representation of color #33EEC2: hue angle of 165.88º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33EEC2 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 238 194 -
CMYK 0.79 0 0.18 0.07
HSL 165.88º 0.85% 0.57% -
HSV(B) 165.88º 0.79% 0.93% -
XYZ 41.68 65.75 61.53 -
YUV 177.07 137.55 38.08 -
System Red Green Blue C M Y K H S L
Decimal 51 238 194 0.79 0 0.18 0.07 165.88 0.85 0.57
Hex 33 EE C2 4F 0 12 7 A6 55 39
Octal 63 356 302 117 0 22 7 246 125 71
Binary 110011 11101110 11000010 1001111 0 10010 111 10100110 1010101 111001

Color Harmonies of #33EEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EEC2

Black with #33EEC2

Text Example


Text Example

White with #33EEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33EEC2; }

 p { color: rgb(51,238,194); }

 H1.HeaderClassName
 {
   color: #33EEC2;
 }
 .AnyTagClassName
 {
   color: #33EEC2;
 }
</style>

background-color css

<style>
 a { background-color: #33EEC2; }

 a { background-color: rgb(51,238,194); }

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

border-color css

<style>
 span { border-color: #33EEC2; }

 span { border-color: rgb(51,238,194); }

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