Html Css Color HEX #30F9AF Turquoise

📋 copy color: '#30F9AF'

red 48 ◦ green 249 ◦ blue 175

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

Shades of Turquoise #30F9AF

Tints of Turquoise #30F9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.08%

R = 10.17%
G = 52.75%
B = 37.08%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#30F9AF (or 0x30F9AF) is known color: Turquoise. HEX triplet: 30, F9 and AF. RGB value is (48,249,175). Sum of RGB (Red+Green+Blue) = 48+249+175=472 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.17% from 472); Green value is 249 (97.66% from 255 or 52.75% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 249 - color contains mainly: green. Hex color #30F9AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F9AF is #CF0650. Grayscale: #B4B4B4. Windows color (decimal): -13567569 or 11532592. OLE color: 11532592.

HSL color Cylindrical-coordinate representation of color #30F9AF: hue angle of 157.91º 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 #30F9AF is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 249 175 -
CMYK 0.81 0 0.30 0.02
HSL 157.91º 0.94% 0.58% -
HSV(B) 157.91º 0.81% 0.98% -
XYZ 42.83 71.47 52.1 -
YUV 180.47 124.91 33.52 -
System Red Green Blue C M Y K H S L
Decimal 48 249 175 0.81 0 0.30 0.02 157.91 0.94 0.58
Hex 30 F9 AF 51 0 1E 2 9E 5E 3A
Octal 60 371 257 121 0 36 2 236 136 72
Binary 110000 11111001 10101111 1010001 0 11110 10 10011110 1011110 111010

Color Harmonies of #30F9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F9AF

Black with #30F9AF

Text Example


Text Example

White with #30F9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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