Html Css Color HEX #30F9D9 Turquoise

📋 copy color: '#30F9D9'

red 48 ◦ green 249 ◦ blue 217

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

Shades of Turquoise #30F9D9

Tints of Turquoise #30F9D9

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.44%

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

R = 9.34%
G = 48.44%
B = 42.22%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#30F9D9 (or 0x30F9D9) is known color: Turquoise. HEX triplet: 30, F9 and D9. RGB value is (48,249,217). Sum of RGB (Red+Green+Blue) = 48+249+217=514 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.34% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 249 - color contains mainly: green. Hex color #30F9D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F9D9 is #CF0626. Grayscale: #B9B9B9. Windows color (decimal): -13567527 or 14285104. OLE color: 14285104.

HSL color Cylindrical-coordinate representation of color #30F9D9: hue angle of 170.45º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F9D9 is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 249 217 -
CMYK 0.81 0 0.13 0.02
HSL 170.45º 0.94% 0.58% -
HSV(B) 170.45º 0.81% 0.98% -
XYZ 47.62 73.39 77.3 -
YUV 185.25 145.91 30.1 -
System Red Green Blue C M Y K H S L
Decimal 48 249 217 0.81 0 0.13 0.02 170.45 0.94 0.58
Hex 30 F9 D9 51 0 D 2 AA 5E 3A
Octal 60 371 331 121 0 15 2 252 136 72
Binary 110000 11111001 11011001 1010001 0 1101 10 10101010 1011110 111010

Color Harmonies of #30F9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F9D9

Black with #30F9D9

Text Example


Text Example

White with #30F9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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