Html Css Color HEX #33FDC0 Turquoise

📋 copy color: '#33FDC0'

red 51 ◦ green 253 ◦ blue 192

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

Shades of Turquoise #33FDC0

Tints of Turquoise #33FDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.71%

R = 10.28%
G = 51.01%
B = 38.71%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#33FDC0 (or 0x33FDC0) is known color: Turquoise. HEX triplet: 33, FD and C0. RGB value is (51,253,192). Sum of RGB (Red+Green+Blue) = 51+253+192=496 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.28% from 496); Green value is 253 (99.22% from 255 or 51.01% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 253 - color contains mainly: green. Hex color #33FDC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FDC0 is #CC023F. Grayscale: #B9B9B9. Windows color (decimal): -13369920 or 12647731. OLE color: 12647731.

HSL color Cylindrical-coordinate representation of color #33FDC0: hue angle of 161.88º 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 #33FDC0 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 253 192 -
CMYK 0.80 0 0.24 0.01
HSL 161.88º 0.98% 0.6% -
HSV(B) 161.88º 0.8% 0.99% -
XYZ 46 74.76 61.87 -
YUV 185.65 131.58 31.96 -
System Red Green Blue C M Y K H S L
Decimal 51 253 192 0.80 0 0.24 0.01 161.88 0.98 0.6
Hex 33 FD C0 50 0 18 1 A2 62 3C
Octal 63 375 300 120 0 30 1 242 142 74
Binary 110011 11111101 11000000 1010000 0 11000 1 10100010 1100010 111100

Color Harmonies of #33FDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FDC0

Black with #33FDC0

Text Example


Text Example

White with #33FDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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