Html Css Color HEX #30FAB8 Turquoise

📋 copy color: '#30FAB8'

red 48 ◦ green 250 ◦ blue 184

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

Shades of Turquoise #30FAB8

Tints of Turquoise #30FAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.17%

R = 9.96%
G = 51.87%
B = 38.17%

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

#30FAB8 (or 0x30FAB8) is known color: Turquoise. HEX triplet: 30, FA and B8. RGB value is (48,250,184). Sum of RGB (Red+Green+Blue) = 48+250+184=482 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.96% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #30FAB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FAB8 is #CF0547. Grayscale: #B6B6B6. Windows color (decimal): -13567304 or 12122672. OLE color: 12122672.

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

Color convert

RGB 48 250 184 -
CMYK 0.81 0 0.26 0.02
HSL 160.4º 0.95% 0.58% -
HSV(B) 160.4º 0.81% 0.98% -
XYZ 44.06 72.46 57.01 -
YUV 182.08 129.08 32.37 -
System Red Green Blue C M Y K H S L
Decimal 48 250 184 0.81 0 0.26 0.02 160.4 0.95 0.58
Hex 30 FA B8 51 0 1A 2 A0 5F 3A
Octal 60 372 270 121 0 32 2 240 137 72
Binary 110000 11111010 10111000 1010001 0 11010 10 10100000 1011111 111010

Color Harmonies of #30FAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FAB8

Black with #30FAB8

Text Example


Text Example

White with #30FAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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