Html Css Color HEX #30FCD9 Turquoise

📋 copy color: '#30FCD9'

red 48 ◦ green 252 ◦ blue 217

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

Shades of Turquoise #30FCD9

Tints of Turquoise #30FCD9

RGB

 RED value IS 48 (19.14% from 255) = 9.28%

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

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

R = 9.28%
G = 48.74%
B = 41.97%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#30FCD9 (or 0x30FCD9) is known color: Turquoise. HEX triplet: 30, FC and D9. RGB value is (48,252,217). Sum of RGB (Red+Green+Blue) = 48+252+217=517 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.28% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FCD9 is #CF0326. Grayscale: #BABABA. Windows color (decimal): -13566759 or 14285872. OLE color: 14285872.

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

Color convert

RGB 48 252 217 -
CMYK 0.81 0 0.14 0.01
HSL 169.71º 0.97% 0.59% -
HSV(B) 169.71º 0.81% 0.99% -
XYZ 48.55 75.26 77.61 -
YUV 187.01 144.91 28.85 -
System Red Green Blue C M Y K H S L
Decimal 48 252 217 0.81 0 0.14 0.01 169.71 0.97 0.59
Hex 30 FC D9 51 0 E 1 AA 61 3B
Octal 60 374 331 121 0 16 1 252 141 73
Binary 110000 11111100 11011001 1010001 0 1110 1 10101010 1100001 111011

Color Harmonies of #30FCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FCD9

Black with #30FCD9

Text Example


Text Example

White with #30FCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30FCD9; }

 p { color: rgb(48,252,217); }

 H1.HeaderClassName
 {
   color: #30FCD9;
 }
 .AnyTagClassName
 {
   color: #30FCD9;
 }
</style>

background-color css

<style>
 a { background-color: #30FCD9; }

 a { background-color: rgb(48,252,217); }

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

border-color css

<style>
 span { border-color: #30FCD9; }

 span { border-color: rgb(48,252,217); }

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