Html Css Color HEX #33C1CA Medium Turquoise

📋 copy color: '#33C1CA'

red 51 ◦ green 193 ◦ blue 202

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

Shades of Medium Turquoise #33C1CA

Tints of Medium Turquoise #33C1CA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.27%

 BLUE value IS 202 (79.3% from 255) = 45.29%

R = 11.43%
G = 43.27%
B = 45.29%

CMYK

 C value IS 0.75

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#33C1CA (or 0x33C1CA) is known color: Medium Turquoise. HEX triplet: 33, C1 and CA. RGB value is (51,193,202). Sum of RGB (Red+Green+Blue) = 51+193+202=446 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.43% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #33C1CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C1CA is #CC3E35. Grayscale: #979797. Windows color (decimal): -13385270 or 13287731. OLE color: 13287731.

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

Color convert

RGB 51 193 202 -
CMYK 0.75 0.04 0 0.21
HSL 183.58º 0.6% 0.5% -
HSV(B) 183.58º 0.75% 0.79% -
XYZ 31.1 43.11 62.56 -
YUV 151.57 156.46 56.27 -
System Red Green Blue C M Y K H S L
Decimal 51 193 202 0.75 0.04 0 0.21 183.58 0.6 0.5
Hex 33 C1 CA 4B 4 0 15 B8 3C 32
Octal 63 301 312 113 4 0 25 270 74 62
Binary 110011 11000001 11001010 1001011 100 0 10101 10111000 111100 110010

Color Harmonies of #33C1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C1CA

Black with #33C1CA

Text Example


Text Example

White with #33C1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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