Html Css Color HEX #33CDC9 Medium Turquoise

📋 copy color: '#33CDC9'

red 51 ◦ green 205 ◦ blue 201

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

Shades of Medium Turquoise #33CDC9

Tints of Medium Turquoise #33CDC9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.86%

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

R = 11.16%
G = 44.86%
B = 43.98%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#33CDC9 (or 0x33CDC9) is known color: Medium Turquoise. HEX triplet: 33, CD and C9. RGB value is (51,205,201). Sum of RGB (Red+Green+Blue) = 51+205+201=457 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.16% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #33CDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CDC9 is #CC3236. Grayscale: #9E9E9E. Windows color (decimal): -13382199 or 13225267. OLE color: 13225267.

HSL color Cylindrical-coordinate representation of color #33CDC9: hue angle of 178.44º degrees, saturation: 0.61, 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 #33CDC9 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 205 201 -
CMYK 0.75 0 0.02 0.20
HSL 178.44º 0.61% 0.5% -
HSV(B) 178.44º 0.75% 0.8% -
XYZ 33.74 48.58 62.86 -
YUV 158.5 151.98 51.33 -
System Red Green Blue C M Y K H S L
Decimal 51 205 201 0.75 0 0.02 0.20 178.44 0.61 0.5
Hex 33 CD C9 4B 0 2 14 B2 3D 32
Octal 63 315 311 113 0 2 24 262 75 62
Binary 110011 11001101 11001001 1001011 0 10 10100 10110010 111101 110010

Color Harmonies of #33CDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CDC9

Black with #33CDC9

Text Example


Text Example

White with #33CDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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