Html Css Color HEX #33CEC5 Medium Turquoise

📋 copy color: '#33CEC5'

red 51 ◦ green 206 ◦ blue 197

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

Shades of Medium Turquoise #33CEC5

Tints of Medium Turquoise #33CEC5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.37%

 BLUE value IS 197 (77.34% from 255) = 43.39%

R = 11.23%
G = 45.37%
B = 43.39%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#33CEC5 (or 0x33CEC5) is known color: Medium Turquoise. HEX triplet: 33, CE and C5. RGB value is (51,206,197). Sum of RGB (Red+Green+Blue) = 51+206+197=454 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.23% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #33CEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CEC5 is #CC313A. Grayscale: #9E9E9E. Windows color (decimal): -13381947 or 12963379. OLE color: 12963379.

HSL color Cylindrical-coordinate representation of color #33CEC5: hue angle of 176.52º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CEC5 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 206 197 -
CMYK 0.75 0 0.04 0.19
HSL 176.52º 0.61% 0.5% -
HSV(B) 176.52º 0.75% 0.81% -
XYZ 33.51 48.88 60.49 -
YUV 158.63 149.65 51.23 -
System Red Green Blue C M Y K H S L
Decimal 51 206 197 0.75 0 0.04 0.19 176.52 0.61 0.5
Hex 33 CE C5 4B 0 4 13 B1 3D 32
Octal 63 316 305 113 0 4 23 261 75 62
Binary 110011 11001110 11000101 1001011 0 100 10011 10110001 111101 110010

Color Harmonies of #33CEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CEC5

Black with #33CEC5

Text Example


Text Example

White with #33CEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,206,197); }

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

background-color css

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

 a { background-color: rgb(51,206,197); }

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

border-color css

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

 span { border-color: rgb(51,206,197); }

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