Html Css Color HEX #30FAAF Turquoise

📋 copy color: '#30FAAF'

red 48 ◦ green 250 ◦ blue 175

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

Shades of Turquoise #30FAAF

Tints of Turquoise #30FAAF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 52.85%

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

R = 10.15%
G = 52.85%
B = 37%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#30FAAF (or 0x30FAAF) is known color: Turquoise. HEX triplet: 30, FA and AF. RGB value is (48,250,175). Sum of RGB (Red+Green+Blue) = 48+250+175=473 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.15% from 473); Green value is 250 (98.05% from 255 or 52.85% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 250 - color contains mainly: green. Hex color #30FAAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FAAF is #CF0550. Grayscale: #B5B5B5. Windows color (decimal): -13567313 or 11532848. OLE color: 11532848.

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

Color convert

RGB 48 250 175 -
CMYK 0.81 0 0.3 0.02
HSL 157.72º 0.95% 0.58% -
HSV(B) 157.72º 0.81% 0.98% -
XYZ 43.14 72.09 52.2 -
YUV 181.05 124.58 33.1 -
System Red Green Blue C M Y K H S L
Decimal 48 250 175 0.81 0 0.3 0.02 157.72 0.95 0.58
Hex 30 FA AF 51 0 1E 2 9E 5F 3A
Octal 60 372 257 121 0 36 2 236 137 72
Binary 110000 11111010 10101111 1010001 0 11110 10 10011110 1011111 111010

Color Harmonies of #30FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FAAF

Black with #30FAAF

Text Example


Text Example

White with #30FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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