Html Css Color HEX #33CCBA Medium Turquoise

📋 copy color: '#33CCBA'

red 51 ◦ green 204 ◦ blue 186

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

Shades of Medium Turquoise #33CCBA

Tints of Medium Turquoise #33CCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.26%

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

R = 11.56%
G = 46.26%
B = 42.18%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#33CCBA (or 0x33CCBA) is known color: Medium Turquoise. HEX triplet: 33, CC and BA. RGB value is (51,204,186). Sum of RGB (Red+Green+Blue) = 51+204+186=441 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.56% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #33CCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CCBA is #CC3345. Grayscale: #9C9C9C. Windows color (decimal): -13382470 or 12241971. OLE color: 12241971.

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

Color convert

RGB 51 204 186 -
CMYK 0.75 0 0.09 0.2
HSL 172.94º 0.6% 0.5% -
HSV(B) 172.94º 0.75% 0.8% -
XYZ 31.82 47.43 53.93 -
YUV 156.2 144.81 52.96 -
System Red Green Blue C M Y K H S L
Decimal 51 204 186 0.75 0 0.09 0.2 172.94 0.6 0.5
Hex 33 CC BA 4B 0 9 14 AD 3C 32
Octal 63 314 272 113 0 11 24 255 74 62
Binary 110011 11001100 10111010 1001011 0 1001 10100 10101101 111100 110010

Color Harmonies of #33CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CCBA

Black with #33CCBA

Text Example


Text Example

White with #33CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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