Html Css Color HEX #33CBBA Medium Turquoise

📋 copy color: '#33CBBA'

red 51 ◦ green 203 ◦ blue 186

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

Shades of Medium Turquoise #33CBBA

Tints of Medium Turquoise #33CBBA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.14%

 BLUE value IS 186 (73.05% from 255) = 42.27%

R = 11.59%
G = 46.14%
B = 42.27%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#33CBBA (or 0x33CBBA) is known color: Medium Turquoise. HEX triplet: 33, CB and BA. RGB value is (51,203,186). Sum of RGB (Red+Green+Blue) = 51+203+186=440 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.59% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 203 - color contains mainly: green. Hex color #33CBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CBBA is #CC3445. Grayscale: #9B9B9B. Windows color (decimal): -13382726 or 12241715. OLE color: 12241715.

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

Color convert

RGB 51 203 186 -
CMYK 0.75 0 0.08 0.20
HSL 173.29º 0.6% 0.5% -
HSV(B) 173.29º 0.75% 0.8% -
XYZ 31.58 46.96 53.85 -
YUV 155.61 145.14 53.38 -
System Red Green Blue C M Y K H S L
Decimal 51 203 186 0.75 0 0.08 0.20 173.29 0.6 0.5
Hex 33 CB BA 4B 0 8 14 AD 3C 32
Octal 63 313 272 113 0 10 24 255 74 62
Binary 110011 11001011 10111010 1001011 0 1000 10100 10101101 111100 110010

Color Harmonies of #33CBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CBBA

Black with #33CBBA

Text Example


Text Example

White with #33CBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,203,186); }

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

background-color css

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

 a { background-color: rgb(51,203,186); }

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

border-color css

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

 span { border-color: rgb(51,203,186); }

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