Html Css Color HEX #33CDBA Medium Turquoise

📋 copy color: '#33CDBA'

red 51 ◦ green 205 ◦ blue 186

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

Shades of Medium Turquoise #33CDBA

Tints of Medium Turquoise #33CDBA

RGB

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

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

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

R = 11.54%
G = 46.38%
B = 42.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#33CDBA (or 0x33CDBA) is known color: Medium Turquoise. HEX triplet: 33, CD and BA. RGB value is (51,205,186). Sum of RGB (Red+Green+Blue) = 51+205+186=442 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.54% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #33CDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CDBA is #CC3245. Grayscale: #9C9C9C. Windows color (decimal): -13382214 or 12242227. OLE color: 12242227.

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

Color convert

RGB 51 205 186 -
CMYK 0.75 0 0.09 0.20
HSL 172.6º 0.61% 0.5% -
HSV(B) 172.6º 0.75% 0.8% -
XYZ 32.06 47.91 54.01 -
YUV 156.79 144.48 52.54 -
System Red Green Blue C M Y K H S L
Decimal 51 205 186 0.75 0 0.09 0.20 172.6 0.61 0.5
Hex 33 CD BA 4B 0 9 14 AD 3D 32
Octal 63 315 272 113 0 11 24 255 75 62
Binary 110011 11001101 10111010 1001011 0 1001 10100 10101101 111101 110010

Color Harmonies of #33CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CDBA

Black with #33CDBA

Text Example


Text Example

White with #33CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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