Html Css Color HEX #33C6BA Medium Turquoise

📋 copy color: '#33C6BA'

red 51 ◦ green 198 ◦ blue 186

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

Shades of Medium Turquoise #33C6BA

Tints of Medium Turquoise #33C6BA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.52%

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

R = 11.72%
G = 45.52%
B = 42.76%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#33C6BA (or 0x33C6BA) is known color: Medium Turquoise. HEX triplet: 33, C6 and BA. RGB value is (51,198,186). Sum of RGB (Red+Green+Blue) = 51+198+186=435 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.72% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 198 - color contains mainly: green. Hex color #33C6BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C6BA is #CC3945. Grayscale: #989898. Windows color (decimal): -13384006 or 12240435. OLE color: 12240435.

HSL color Cylindrical-coordinate representation of color #33C6BA: hue angle of 175.1º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C6BA is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 51 198 186 -
CMYK 0.74 0 0.06 0.22
HSL 175.1º 0.59% 0.49% -
HSV(B) 175.1º 0.74% 0.78% -
XYZ 30.42 44.64 53.47 -
YUV 152.68 146.8 55.48 -
System Red Green Blue C M Y K H S L
Decimal 51 198 186 0.74 0 0.06 0.22 175.1 0.59 0.49
Hex 33 C6 BA 4A 0 6 16 AF 3B 31
Octal 63 306 272 112 0 6 26 257 73 61
Binary 110011 11000110 10111010 1001010 0 110 10110 10101111 111011 110001

Color Harmonies of #33C6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C6BA

Black with #33C6BA

Text Example


Text Example

White with #33C6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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