Html Css Color HEX #30FFD9 Turquoise

📋 copy color: '#30FFD9'

red 48 ◦ green 255 ◦ blue 217

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

Shades of Turquoise #30FFD9

Tints of Turquoise #30FFD9

RGB

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

 GREEN value IS 255 (100% from 255) = 49.04%

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

R = 9.23%
G = 49.04%
B = 41.73%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#30FFD9 (or 0x30FFD9) is known color: Turquoise. HEX triplet: 30, FF and D9. RGB value is (48,255,217). Sum of RGB (Red+Green+Blue) = 48+255+217=520 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.23% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FFD9 is #CF0026. Grayscale: #BCBCBC. Windows color (decimal): -13565991 or 14286640. OLE color: 14286640.

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

Color convert

RGB 48 255 217 -
CMYK 0.81 0 0.15 0
HSL 168.99º 1% 0.59% -
HSV(B) 168.99º 0.81% 1% -
XYZ 49.5 77.16 77.93 -
YUV 188.78 143.92 27.59 -
System Red Green Blue C M Y K H S L
Decimal 48 255 217 0.81 0 0.15 0 168.99 1 0.59
Hex 30 FF D9 51 0 F 0 A9 64 3B
Octal 60 377 331 121 0 17 0 251 144 73
Binary 110000 11111111 11011001 1010001 0 1111 0 10101001 1100100 111011

Color Harmonies of #30FFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FFD9

Black with #30FFD9

Text Example


Text Example

White with #30FFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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