Html Css Color HEX #33CABA Medium Turquoise

📋 copy color: '#33CABA'

red 51 ◦ green 202 ◦ blue 186

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

Shades of Medium Turquoise #33CABA

Tints of Medium Turquoise #33CABA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.01%

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

R = 11.62%
G = 46.01%
B = 42.37%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#33CABA (or 0x33CABA) is known color: Medium Turquoise. HEX triplet: 33, CA and BA. RGB value is (51,202,186). Sum of RGB (Red+Green+Blue) = 51+202+186=439 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.62% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #33CABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CABA is #CC3545. Grayscale: #9A9A9A. Windows color (decimal): -13382982 or 12241459. OLE color: 12241459.

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

Color convert

RGB 51 202 186 -
CMYK 0.75 0 0.08 0.21
HSL 173.64º 0.6% 0.5% -
HSV(B) 173.64º 0.75% 0.79% -
XYZ 31.35 46.49 53.78 -
YUV 155.03 145.47 53.8 -
System Red Green Blue C M Y K H S L
Decimal 51 202 186 0.75 0 0.08 0.21 173.64 0.6 0.5
Hex 33 CA BA 4B 0 8 15 AE 3C 32
Octal 63 312 272 113 0 10 25 256 74 62
Binary 110011 11001010 10111010 1001011 0 1000 10101 10101110 111100 110010

Color Harmonies of #33CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CABA

Black with #33CABA

Text Example


Text Example

White with #33CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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