Html Css Color HEX #30FEB9 Turquoise

📋 copy color: '#30FEB9'

red 48 ◦ green 254 ◦ blue 185

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

Shades of Turquoise #30FEB9

Tints of Turquoise #30FEB9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.16%

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

R = 9.86%
G = 52.16%
B = 37.99%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#30FEB9 (or 0x30FEB9) is known color: Turquoise. HEX triplet: 30, FE and B9. RGB value is (48,254,185). Sum of RGB (Red+Green+Blue) = 48+254+185=487 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.86% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #30FEB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FEB9 is #CF0146. Grayscale: #B8B8B8. Windows color (decimal): -13566279 or 12189232. OLE color: 12189232.

HSL color Cylindrical-coordinate representation of color #30FEB9: hue angle of 159.9º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FEB9 is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 48 254 185 -
CMYK 0.81 0 0.27 0.00
HSL 159.9º 0.99% 0.59% -
HSV(B) 159.9º 0.81% 1% -
XYZ 45.42 75.01 57.98 -
YUV 184.54 128.25 30.61 -
System Red Green Blue C M Y K H S L
Decimal 48 254 185 0.81 0 0.27 0.00 159.9 0.99 0.59
Hex 30 FE B9 51 0 1B 0 A0 63 3B
Octal 60 376 271 121 0 33 0 240 143 73
Binary 110000 11111110 10111001 1010001 0 11011 0 10100000 1100011 111011

Color Harmonies of #30FEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FEB9

Black with #30FEB9

Text Example


Text Example

White with #30FEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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