Html Css Color HEX #33DBC9 Turquoise

📋 copy color: '#33DBC9'

red 51 ◦ green 219 ◦ blue 201

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

Shades of Turquoise #33DBC9

Tints of Turquoise #33DBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.68%

R = 10.83%
G = 46.5%
B = 42.68%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#33DBC9 (or 0x33DBC9) is known color: Turquoise. HEX triplet: 33, DB and C9. RGB value is (51,219,201). Sum of RGB (Red+Green+Blue) = 51+219+201=471 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.83% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #33DBC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DBC9 is #CC2436. Grayscale: #A6A6A6. Windows color (decimal): -13378615 or 13228851. OLE color: 13228851.

HSL color Cylindrical-coordinate representation of color #33DBC9: hue angle of 173.57º degrees, saturation: 0.7, 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 #33DBC9 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 219 201 -
CMYK 0.77 0 0.08 0.14
HSL 173.57º 0.7% 0.53% -
HSV(B) 173.57º 0.77% 0.86% -
XYZ 37.24 55.58 64.02 -
YUV 166.72 147.34 45.46 -
System Red Green Blue C M Y K H S L
Decimal 51 219 201 0.77 0 0.08 0.14 173.57 0.7 0.53
Hex 33 DB C9 4D 0 8 E AE 46 35
Octal 63 333 311 115 0 10 16 256 106 65
Binary 110011 11011011 11001001 1001101 0 1000 1110 10101110 1000110 110101

Color Harmonies of #33DBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DBC9

Black with #33DBC9

Text Example


Text Example

White with #33DBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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