Html Css Color HEX #33CAB6 Medium Turquoise

📋 copy color: '#33CAB6'

red 51 ◦ green 202 ◦ blue 182

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

Shades of Medium Turquoise #33CAB6

Tints of Medium Turquoise #33CAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.84%

R = 11.72%
G = 46.44%
B = 41.84%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#33CAB6 (or 0x33CAB6) is known color: Medium Turquoise. HEX triplet: 33, CA and B6. RGB value is (51,202,182). Sum of RGB (Red+Green+Blue) = 51+202+182=435 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.72% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #33CAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CAB6 is #CC3549. Grayscale: #9A9A9A. Windows color (decimal): -13382986 or 11979315. OLE color: 11979315.

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

Color convert

RGB 51 202 182 -
CMYK 0.75 0 0.10 0.21
HSL 172.05º 0.6% 0.5% -
HSV(B) 172.05º 0.75% 0.79% -
XYZ 30.93 46.32 51.57 -
YUV 154.57 143.47 54.13 -
System Red Green Blue C M Y K H S L
Decimal 51 202 182 0.75 0 0.10 0.21 172.05 0.6 0.5
Hex 33 CA B6 4B 0 A 15 AC 3C 32
Octal 63 312 266 113 0 12 25 254 74 62
Binary 110011 11001010 10110110 1001011 0 1010 10101 10101100 111100 110010

Color Harmonies of #33CAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CAB6

Black with #33CAB6

Text Example


Text Example

White with #33CAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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