Html Css Color HEX #33E0DC Turquoise

📋 copy color: '#33E0DC'

red 51 ◦ green 224 ◦ blue 220

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

Shades of Turquoise #33E0DC

Tints of Turquoise #33E0DC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.25%

 BLUE value IS 220 (86.33% from 255) = 44.44%

R = 10.3%
G = 45.25%
B = 44.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#33E0DC (or 0x33E0DC) is known color: Turquoise. HEX triplet: 33, E0 and DC. RGB value is (51,224,220). Sum of RGB (Red+Green+Blue) = 51+224+220=495 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.30% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #33E0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33E0DC is #CC1F23. Grayscale: #ABABAB. Windows color (decimal): -13377316 or 14475315. OLE color: 14475315.

HSL color Cylindrical-coordinate representation of color #33E0DC: hue angle of 178.61º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33E0DC is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 51 224 220 -
CMYK 0.77 0 0.02 0.12
HSL 178.61º 0.74% 0.54% -
HSV(B) 178.61º 0.77% 0.88% -
XYZ 40.94 59.18 76.98 -
YUV 171.82 155.19 41.83 -
System Red Green Blue C M Y K H S L
Decimal 51 224 220 0.77 0 0.02 0.12 178.61 0.74 0.54
Hex 33 E0 DC 4D 0 2 C B3 4A 36
Octal 63 340 334 115 0 2 14 263 112 66
Binary 110011 11100000 11011100 1001101 0 10 1100 10110011 1001010 110110

Color Harmonies of #33E0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33E0DC

Black with #33E0DC

Text Example


Text Example

White with #33E0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,224,220); }

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

background-color css

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

 a { background-color: rgb(51,224,220); }

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

border-color css

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

 span { border-color: rgb(51,224,220); }

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