Html Css Color HEX #33CCB9 Medium Turquoise

📋 copy color: '#33CCB9'

red 51 ◦ green 204 ◦ blue 185

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

Shades of Medium Turquoise #33CCB9

Tints of Medium Turquoise #33CCB9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.36%

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

R = 11.59%
G = 46.36%
B = 42.05%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#33CCB9 (or 0x33CCB9) is known color: Medium Turquoise. HEX triplet: 33, CC and B9. RGB value is (51,204,185). Sum of RGB (Red+Green+Blue) = 51+204+185=440 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.59% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 204 - color contains mainly: green. Hex color #33CCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CCB9 is #CC3346. Grayscale: #9C9C9C. Windows color (decimal): -13382471 or 12176435. OLE color: 12176435.

HSL color Cylindrical-coordinate representation of color #33CCB9: hue angle of 172.55º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CCB9 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 51 204 185 -
CMYK 0.75 0 0.09 0.2
HSL 172.55º 0.6% 0.5% -
HSV(B) 172.55º 0.75% 0.8% -
XYZ 31.72 47.39 53.38 -
YUV 156.09 144.31 53.04 -
System Red Green Blue C M Y K H S L
Decimal 51 204 185 0.75 0 0.09 0.2 172.55 0.6 0.5
Hex 33 CC B9 4B 0 9 14 AD 3C 32
Octal 63 314 271 113 0 11 24 255 74 62
Binary 110011 11001100 10111001 1001011 0 1001 10100 10101101 111100 110010

Color Harmonies of #33CCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CCB9

Black with #33CCB9

Text Example


Text Example

White with #33CCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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