Html Css Color HEX #33FDD9 Turquoise

📋 copy color: '#33FDD9'

red 51 ◦ green 253 ◦ blue 217

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

Shades of Turquoise #33FDD9

Tints of Turquoise #33FDD9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.56%

 BLUE value IS 217 (85.16% from 255) = 41.65%

R = 9.79%
G = 48.56%
B = 41.65%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#33FDD9 (or 0x33FDD9) is known color: Turquoise. HEX triplet: 33, FD and D9. RGB value is (51,253,217). Sum of RGB (Red+Green+Blue) = 51+253+217=521 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.79% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #33FDD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FDD9 is #CC0226. Grayscale: #BCBCBC. Windows color (decimal): -13369895 or 14286131. OLE color: 14286131.

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

Color convert

RGB 51 253 217 -
CMYK 0.80 0 0.14 0.01
HSL 169.31º 0.98% 0.6% -
HSV(B) 169.31º 0.8% 0.99% -
XYZ 49.01 75.96 77.72 -
YUV 188.5 144.08 29.93 -
System Red Green Blue C M Y K H S L
Decimal 51 253 217 0.80 0 0.14 0.01 169.31 0.98 0.6
Hex 33 FD D9 50 0 E 1 A9 62 3C
Octal 63 375 331 120 0 16 1 251 142 74
Binary 110011 11111101 11011001 1010000 0 1110 1 10101001 1100010 111100

Color Harmonies of #33FDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FDD9

Black with #33FDD9

Text Example


Text Example

White with #33FDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,253,217); }

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

background-color css

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

 a { background-color: rgb(51,253,217); }

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

border-color css

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

 span { border-color: rgb(51,253,217); }

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