Html Css Color HEX #33D2B9 Medium Turquoise

📋 copy color: '#33D2B9'

red 51 ◦ green 210 ◦ blue 185

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

Shades of Medium Turquoise #33D2B9

Tints of Medium Turquoise #33D2B9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.09%

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

R = 11.43%
G = 47.09%
B = 41.48%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#33D2B9 (or 0x33D2B9) is known color: Medium Turquoise. HEX triplet: 33, D2 and B9. RGB value is (51,210,185). Sum of RGB (Red+Green+Blue) = 51+210+185=446 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.43% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #33D2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D2B9 is #CC2D46. Grayscale: #9F9F9F. Windows color (decimal): -13380935 or 12177971. OLE color: 12177971.

HSL color Cylindrical-coordinate representation of color #33D2B9: hue angle of 170.57º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D2B9 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 51 210 185 -
CMYK 0.76 0 0.12 0.18
HSL 170.57º 0.64% 0.51% -
HSV(B) 170.57º 0.76% 0.82% -
XYZ 33.17 50.3 53.86 -
YUV 159.61 142.32 50.53 -
System Red Green Blue C M Y K H S L
Decimal 51 210 185 0.76 0 0.12 0.18 170.57 0.64 0.51
Hex 33 D2 B9 4C 0 C 12 AB 40 33
Octal 63 322 271 114 0 14 22 253 100 63
Binary 110011 11010010 10111001 1001100 0 1100 10010 10101011 1000000 110011

Color Harmonies of #33D2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D2B9

Black with #33D2B9

Text Example


Text Example

White with #33D2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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