Html Css Color HEX #30FAB0 Turquoise

📋 copy color: '#30FAB0'

red 48 ◦ green 250 ◦ blue 176

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

Shades of Turquoise #30FAB0

Tints of Turquoise #30FAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.13%

R = 10.13%
G = 52.74%
B = 37.13%

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

#30FAB0 (or 0x30FAB0) is known color: Turquoise. HEX triplet: 30, FA and B0. RGB value is (48,250,176). Sum of RGB (Red+Green+Blue) = 48+250+176=474 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.13% from 474); Green value is 250 (98.05% from 255 or 52.74% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 250 - color contains mainly: green. Hex color #30FAB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FAB0 is #CF054F. Grayscale: #B5B5B5. Windows color (decimal): -13567312 or 11598384. OLE color: 11598384.

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

Color convert

RGB 48 250 176 -
CMYK 0.81 0 0.30 0.02
HSL 158.02º 0.95% 0.58% -
HSV(B) 158.02º 0.81% 0.98% -
XYZ 43.24 72.13 52.72 -
YUV 181.17 125.08 33.02 -
System Red Green Blue C M Y K H S L
Decimal 48 250 176 0.81 0 0.30 0.02 158.02 0.95 0.58
Hex 30 FA B0 51 0 1E 2 9E 5F 3A
Octal 60 372 260 121 0 36 2 236 137 72
Binary 110000 11111010 10110000 1010001 0 11110 10 10011110 1011111 111010

Color Harmonies of #30FAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FAB0

Black with #30FAB0

Text Example


Text Example

White with #30FAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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