Html Css Color HEX #33FEDC Turquoise

📋 copy color: '#33FEDC'

red 51 ◦ green 254 ◦ blue 220

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

Shades of Turquoise #33FEDC

Tints of Turquoise #33FEDC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.38%

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

R = 9.71%
G = 48.38%
B = 41.9%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#33FEDC (or 0x33FEDC) is known color: Turquoise. HEX triplet: 33, FE and DC. RGB value is (51,254,220). Sum of RGB (Red+Green+Blue) = 51+254+220=525 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.71% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #33FEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FEDC is #CC0123. Grayscale: #BDBDBD. Windows color (decimal): -13369636 or 14482995. OLE color: 14482995.

HSL color Cylindrical-coordinate representation of color #33FEDC: hue angle of 169.95º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FEDC is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 51 254 220 -
CMYK 0.80 0 0.13 0.00
HSL 169.95º 0.99% 0.6% -
HSV(B) 169.95º 0.8% 1% -
XYZ 49.73 76.75 79.9 -
YUV 189.43 145.25 29.26 -
System Red Green Blue C M Y K H S L
Decimal 51 254 220 0.80 0 0.13 0.00 169.95 0.99 0.6
Hex 33 FE DC 50 0 D 0 AA 63 3C
Octal 63 376 334 120 0 15 0 252 143 74
Binary 110011 11111110 11011100 1010000 0 1101 0 10101010 1100011 111100

Color Harmonies of #33FEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FEDC

Black with #33FEDC

Text Example


Text Example

White with #33FEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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