Html Css Color HEX #33CEDC Medium Turquoise

📋 copy color: '#33CEDC'

red 51 ◦ green 206 ◦ blue 220

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

Shades of Medium Turquoise #33CEDC

Tints of Medium Turquoise #33CEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.12%

R = 10.69%
G = 43.19%
B = 46.12%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#33CEDC (or 0x33CEDC) is known color: Medium Turquoise. HEX triplet: 33, CE and DC. RGB value is (51,206,220). Sum of RGB (Red+Green+Blue) = 51+206+220=477 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.69% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #33CEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CEDC is #CC3123. Grayscale: #A1A1A1. Windows color (decimal): -13381924 or 14470707. OLE color: 14470707.

HSL color Cylindrical-coordinate representation of color #33CEDC: hue angle of 184.97º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33CEDC is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 206 220 -
CMYK 0.77 0.06 0 0.14
HSL 184.97º 0.71% 0.53% -
HSV(B) 184.97º 0.77% 0.86% -
XYZ 36.35 50.01 75.45 -
YUV 161.25 161.15 49.36 -
System Red Green Blue C M Y K H S L
Decimal 51 206 220 0.77 0.06 0 0.14 184.97 0.71 0.53
Hex 33 CE DC 4D 6 0 E B9 47 35
Octal 63 316 334 115 6 0 16 271 107 65
Binary 110011 11001110 11011100 1001101 110 0 1110 10111001 1000111 110101

Color Harmonies of #33CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CEDC

Black with #33CEDC

Text Example


Text Example

White with #33CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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