Html Css Color HEX #30FAB9 Turquoise

📋 copy color: '#30FAB9'

red 48 ◦ green 250 ◦ blue 185

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

Shades of Turquoise #30FAB9

Tints of Turquoise #30FAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.3%

R = 9.94%
G = 51.76%
B = 38.3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#30FAB9 (or 0x30FAB9) is known color: Turquoise. HEX triplet: 30, FA and B9. RGB value is (48,250,185). Sum of RGB (Red+Green+Blue) = 48+250+185=483 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.94% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #30FAB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FAB9 is #CF0546. Grayscale: #B6B6B6. Windows color (decimal): -13567303 or 12188208. OLE color: 12188208.

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

Color convert

RGB 48 250 185 -
CMYK 0.81 0 0.26 0.02
HSL 160.69º 0.95% 0.58% -
HSV(B) 160.69º 0.81% 0.98% -
XYZ 44.16 72.5 57.57 -
YUV 182.19 129.58 32.29 -
System Red Green Blue C M Y K H S L
Decimal 48 250 185 0.81 0 0.26 0.02 160.69 0.95 0.58
Hex 30 FA B9 51 0 1A 2 A1 5F 3A
Octal 60 372 271 121 0 32 2 241 137 72
Binary 110000 11111010 10111001 1010001 0 11010 10 10100001 1011111 111010

Color Harmonies of #30FAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FAB9

Black with #30FAB9

Text Example


Text Example

White with #30FAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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