Html Css Color HEX #33DDB9 Turquoise

📋 copy color: '#33DDB9'

red 51 ◦ green 221 ◦ blue 185

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

Shades of Turquoise #33DDB9

Tints of Turquoise #33DDB9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.36%

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

R = 11.16%
G = 48.36%
B = 40.48%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#33DDB9 (or 0x33DDB9) is known color: Turquoise. HEX triplet: 33, DD and B9. RGB value is (51,221,185). Sum of RGB (Red+Green+Blue) = 51+221+185=457 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.16% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDB9 is #CC2246. Grayscale: #A6A6A6. Windows color (decimal): -13378119 or 12180787. OLE color: 12180787.

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

Color convert

RGB 51 221 185 -
CMYK 0.77 0 0.16 0.13
HSL 167.29º 0.71% 0.53% -
HSV(B) 167.29º 0.77% 0.87% -
XYZ 35.98 55.92 54.8 -
YUV 166.07 138.68 45.93 -
System Red Green Blue C M Y K H S L
Decimal 51 221 185 0.77 0 0.16 0.13 167.29 0.71 0.53
Hex 33 DD B9 4D 0 10 D A7 47 35
Octal 63 335 271 115 0 20 15 247 107 65
Binary 110011 11011101 10111001 1001101 0 10000 1101 10100111 1000111 110101

Color Harmonies of #33DDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DDB9

Black with #33DDB9

Text Example


Text Example

White with #33DDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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