Html Css Color HEX #33CEB9 Medium Turquoise

📋 copy color: '#33CEB9'

red 51 ◦ green 206 ◦ blue 185

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

Shades of Medium Turquoise #33CEB9

Tints of Medium Turquoise #33CEB9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.61%

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

R = 11.54%
G = 46.61%
B = 41.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#33CEB9 (or 0x33CEB9) is known color: Medium Turquoise. HEX triplet: 33, CE and B9. RGB value is (51,206,185). Sum of RGB (Red+Green+Blue) = 51+206+185=442 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.54% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #33CEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CEB9 is #CC3146. Grayscale: #9D9D9D. Windows color (decimal): -13381959 or 12176947. OLE color: 12176947.

HSL color Cylindrical-coordinate representation of color #33CEB9: hue angle of 171.87º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CEB9 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 206 185 -
CMYK 0.75 0 0.10 0.19
HSL 171.87º 0.61% 0.5% -
HSV(B) 171.87º 0.75% 0.81% -
XYZ 32.19 48.35 53.53 -
YUV 157.26 143.65 52.21 -
System Red Green Blue C M Y K H S L
Decimal 51 206 185 0.75 0 0.10 0.19 171.87 0.61 0.5
Hex 33 CE B9 4B 0 A 13 AC 3D 32
Octal 63 316 271 113 0 12 23 254 75 62
Binary 110011 11001110 10111001 1001011 0 1010 10011 10101100 111101 110010

Color Harmonies of #33CEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CEB9

Black with #33CEB9

Text Example


Text Example

White with #33CEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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