Html Css Color HEX #33C9BE Medium Turquoise

📋 copy color: '#33C9BE'

red 51 ◦ green 201 ◦ blue 190

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

Shades of Medium Turquoise #33C9BE

Tints of Medium Turquoise #33C9BE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.48%

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 11.54%
G = 45.48%
B = 42.99%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#33C9BE (or 0x33C9BE) is known color: Medium Turquoise. HEX triplet: 33, C9 and BE. RGB value is (51,201,190). Sum of RGB (Red+Green+Blue) = 51+201+190=442 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.54% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 201 - color contains mainly: green. Hex color #33C9BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C9BE is #CC3641. Grayscale: #9A9A9A. Windows color (decimal): -13383234 or 12503347. OLE color: 12503347.

HSL color Cylindrical-coordinate representation of color #33C9BE: hue angle of 175.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33C9BE is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 51 201 190 -
CMYK 0.75 0 0.05 0.21
HSL 175.6º 0.6% 0.49% -
HSV(B) 175.6º 0.75% 0.79% -
XYZ 31.55 46.19 55.97 -
YUV 154.9 147.81 53.89 -
System Red Green Blue C M Y K H S L
Decimal 51 201 190 0.75 0 0.05 0.21 175.6 0.6 0.49
Hex 33 C9 BE 4B 0 5 15 B0 3C 31
Octal 63 311 276 113 0 5 25 260 74 61
Binary 110011 11001001 10111110 1001011 0 101 10101 10110000 111100 110001

Color Harmonies of #33C9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C9BE

Black with #33C9BE

Text Example


Text Example

White with #33C9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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