Html Css Color HEX #33DBDC Turquoise

📋 copy color: '#33DBDC'

red 51 ◦ green 219 ◦ blue 220

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

Shades of Turquoise #33DBDC

Tints of Turquoise #33DBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.69%

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

R = 10.41%
G = 44.69%
B = 44.9%

CMYK

 C value IS 0.77

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#33DBDC (or 0x33DBDC) is known color: Turquoise. HEX triplet: 33, DB and DC. RGB value is (51,219,220). Sum of RGB (Red+Green+Blue) = 51+219+220=490 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.41% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #33DBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DBDC is #CC2423. Grayscale: #A8A8A8. Windows color (decimal): -13378596 or 14474035. OLE color: 14474035.

HSL color Cylindrical-coordinate representation of color #33DBDC: hue angle of 180.36º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DBDC is Cyan = 0.77, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 219 220 -
CMYK 0.77 0.00 0 0.14
HSL 180.36º 0.71% 0.53% -
HSV(B) 180.36º 0.77% 0.86% -
XYZ 39.62 56.53 76.53 -
YUV 168.88 156.84 43.92 -
System Red Green Blue C M Y K H S L
Decimal 51 219 220 0.77 0.00 0 0.14 180.36 0.71 0.53
Hex 33 DB DC 4D 0 0 E B4 47 35
Octal 63 333 334 115 0 0 16 264 107 65
Binary 110011 11011011 11011100 1001101 0 0 1110 10110100 1000111 110101

Color Harmonies of #33DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DBDC

Black with #33DBDC

Text Example


Text Example

White with #33DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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