Html Css Color HEX #33E6D2 Turquoise

📋 copy color: '#33E6D2'

red 51 ◦ green 230 ◦ blue 210

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

Shades of Turquoise #33E6D2

Tints of Turquoise #33E6D2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.84%

 BLUE value IS 210 (82.42% from 255) = 42.77%

R = 10.39%
G = 46.84%
B = 42.77%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#33E6D2 (or 0x33E6D2) is known color: Turquoise. HEX triplet: 33, E6 and D2. RGB value is (51,230,210). Sum of RGB (Red+Green+Blue) = 51+230+210=491 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.39% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 230 - color contains mainly: green. Hex color #33E6D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33E6D2 is #CC192D. Grayscale: #AEAEAE. Windows color (decimal): -13375790 or 13821491. OLE color: 13821491.

HSL color Cylindrical-coordinate representation of color #33E6D2: hue angle of 173.3º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33E6D2 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 51 230 210 -
CMYK 0.78 0 0.09 0.10
HSL 173.3º 0.78% 0.55% -
HSV(B) 173.3º 0.78% 0.9% -
XYZ 41.29 61.95 70.75 -
YUV 174.2 148.2 40.13 -
System Red Green Blue C M Y K H S L
Decimal 51 230 210 0.78 0 0.09 0.10 173.3 0.78 0.55
Hex 33 E6 D2 4E 0 9 A AD 4E 37
Octal 63 346 322 116 0 11 12 255 116 67
Binary 110011 11100110 11010010 1001110 0 1001 1010 10101101 1001110 110111

Color Harmonies of #33E6D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33E6D2

Black with #33E6D2

Text Example


Text Example

White with #33E6D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,230,210); }

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

background-color css

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

 a { background-color: rgb(51,230,210); }

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

border-color css

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

 span { border-color: rgb(51,230,210); }

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