Html Css Color HEX #30FDD9 Turquoise

📋 copy color: '#30FDD9'

red 48 ◦ green 253 ◦ blue 217

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

Shades of Turquoise #30FDD9

Tints of Turquoise #30FDD9

RGB

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

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

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

R = 9.27%
G = 48.84%
B = 41.89%

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

#30FDD9 (or 0x30FDD9) is known color: Turquoise. HEX triplet: 30, FD and D9. RGB value is (48,253,217). Sum of RGB (Red+Green+Blue) = 48+253+217=518 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.27% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #30FDD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FDD9 is #CF0226. Grayscale: #BBBBBB. Windows color (decimal): -13566503 or 14286128. OLE color: 14286128.

HSL color Cylindrical-coordinate representation of color #30FDD9: hue angle of 169.46º degrees, saturation: 0.98, 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 #30FDD9 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 253 217 -
CMYK 0.81 0 0.14 0.01
HSL 169.46º 0.98% 0.59% -
HSV(B) 169.46º 0.81% 0.99% -
XYZ 48.87 75.89 77.72 -
YUV 187.6 144.58 28.43 -
System Red Green Blue C M Y K H S L
Decimal 48 253 217 0.81 0 0.14 0.01 169.46 0.98 0.59
Hex 30 FD D9 51 0 E 1 A9 62 3B
Octal 60 375 331 121 0 16 1 251 142 73
Binary 110000 11111101 11011001 1010001 0 1110 1 10101001 1100010 111011

Color Harmonies of #30FDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FDD9

Black with #30FDD9

Text Example


Text Example

White with #30FDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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