Html Css Color HEX #33FCD8 Turquoise

📋 copy color: '#33FCD8'

red 51 ◦ green 252 ◦ blue 216

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

Shades of Turquoise #33FCD8

Tints of Turquoise #33FCD8

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.55%

 BLUE value IS 216 (84.77% from 255) = 41.62%

R = 9.83%
G = 48.55%
B = 41.62%

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

#33FCD8 (or 0x33FCD8) is known color: Turquoise. HEX triplet: 33, FC and D8. RGB value is (51,252,216). Sum of RGB (Red+Green+Blue) = 51+252+216=519 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.83% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #33FCD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FCD8 is #CC0327. Grayscale: #BBBBBB. Windows color (decimal): -13370152 or 14220339. OLE color: 14220339.

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

Color convert

RGB 51 252 216 -
CMYK 0.80 0 0.14 0.01
HSL 169.25º 0.97% 0.59% -
HSV(B) 169.25º 0.8% 0.99% -
XYZ 48.57 75.28 76.94 -
YUV 187.8 143.91 30.43 -
System Red Green Blue C M Y K H S L
Decimal 51 252 216 0.80 0 0.14 0.01 169.25 0.97 0.59
Hex 33 FC D8 50 0 E 1 A9 61 3B
Octal 63 374 330 120 0 16 1 251 141 73
Binary 110011 11111100 11011000 1010000 0 1110 1 10101001 1100001 111011

Color Harmonies of #33FCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FCD8

Black with #33FCD8

Text Example


Text Example

White with #33FCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,252,216); }

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

background-color css

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

 a { background-color: rgb(51,252,216); }

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

border-color css

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

 span { border-color: rgb(51,252,216); }

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