Html Css Color HEX #33DCE0 Turquoise

📋 copy color: '#33DCE0'

red 51 ◦ green 220 ◦ blue 224

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

Shades of Turquoise #33DCE0

Tints of Turquoise #33DCE0

RGB

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

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

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

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

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #33DCE0: hue angle of 181.39º 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 #33DCE0 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 51 220 224 -
CMYK 0.77 0.02 0 0.12
HSL 181.39º 0.74% 0.54% -
HSV(B) 181.39º 0.77% 0.88% -
XYZ 40.41 57.27 79.45 -
YUV 169.93 158.51 43.17 -
System Red Green Blue C M Y K H S L
Decimal 51 220 224 0.77 0.02 0 0.12 181.39 0.74 0.54
Hex 33 DC E0 4D 2 0 C B5 4A 36
Octal 63 334 340 115 2 0 14 265 112 66
Binary 110011 11011100 11100000 1001101 10 0 1100 10110101 1001010 110110

Color Harmonies of #33DCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DCE0

Black with #33DCE0

Text Example


Text Example

White with #33DCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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