Html Css Color HEX #33CDB6 Medium Turquoise

📋 copy color: '#33CDB6'

red 51 ◦ green 205 ◦ blue 182

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

Shades of Medium Turquoise #33CDB6

Tints of Medium Turquoise #33CDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.55%

R = 11.64%
G = 46.8%
B = 41.55%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#33CDB6 (or 0x33CDB6) is known color: Medium Turquoise. HEX triplet: 33, CD and B6. RGB value is (51,205,182). Sum of RGB (Red+Green+Blue) = 51+205+182=438 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.64% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 182 (71.48% from 255 or 41.55% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #33CDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CDB6 is #CC3249. Grayscale: #9C9C9C. Windows color (decimal): -13382218 or 11980083. OLE color: 11980083.

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

Color convert

RGB 51 205 182 -
CMYK 0.75 0 0.11 0.20
HSL 171.04º 0.61% 0.5% -
HSV(B) 171.04º 0.75% 0.8% -
XYZ 31.64 47.74 51.8 -
YUV 156.33 142.48 52.87 -
System Red Green Blue C M Y K H S L
Decimal 51 205 182 0.75 0 0.11 0.20 171.04 0.61 0.5
Hex 33 CD B6 4B 0 B 14 AB 3D 32
Octal 63 315 266 113 0 13 24 253 75 62
Binary 110011 11001101 10110110 1001011 0 1011 10100 10101011 111101 110010

Color Harmonies of #33CDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CDB6

Black with #33CDB6

Text Example


Text Example

White with #33CDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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