Html Css Color HEX #33DAB9 Turquoise

📋 copy color: '#33DAB9'

red 51 ◦ green 218 ◦ blue 185

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

Shades of Turquoise #33DAB9

Tints of Turquoise #33DAB9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.02%

 BLUE value IS 185 (72.66% from 255) = 40.75%

R = 11.23%
G = 48.02%
B = 40.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#33DAB9 (or 0x33DAB9) is known color: Turquoise. HEX triplet: 33, DA and B9. RGB value is (51,218,185). Sum of RGB (Red+Green+Blue) = 51+218+185=454 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.23% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #33DAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DAB9 is #CC2546. Grayscale: #A4A4A4. Windows color (decimal): -13378887 or 12180019. OLE color: 12180019.

HSL color Cylindrical-coordinate representation of color #33DAB9: hue angle of 168.14º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DAB9 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 218 185 -
CMYK 0.77 0 0.15 0.15
HSL 168.14º 0.69% 0.53% -
HSV(B) 168.14º 0.77% 0.85% -
XYZ 35.19 54.35 54.53 -
YUV 164.31 139.67 47.18 -
System Red Green Blue C M Y K H S L
Decimal 51 218 185 0.77 0 0.15 0.15 168.14 0.69 0.53
Hex 33 DA B9 4D 0 F F A8 45 35
Octal 63 332 271 115 0 17 17 250 105 65
Binary 110011 11011010 10111001 1001101 0 1111 1111 10101000 1000101 110101

Color Harmonies of #33DAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DAB9

Black with #33DAB9

Text Example


Text Example

White with #33DAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,218,185); }

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

background-color css

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

 a { background-color: rgb(51,218,185); }

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

border-color css

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

 span { border-color: rgb(51,218,185); }

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