Html Css Color HEX #30F5BB Turquoise

📋 copy color: '#30F5BB'

red 48 ◦ green 245 ◦ blue 187

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

Shades of Turquoise #30F5BB

Tints of Turquoise #30F5BB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 51.04%

 BLUE value IS 187 (73.44% from 255) = 38.96%

R = 10%
G = 51.04%
B = 38.96%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#30F5BB (or 0x30F5BB) is known color: Turquoise. HEX triplet: 30, F5 and BB. RGB value is (48,245,187). Sum of RGB (Red+Green+Blue) = 48+245+187=480 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10% from 480); Green value is 245 (96.09% from 255 or 51.04% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 245 - color contains mainly: green. Hex color #30F5BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F5BB is #CF0A44. Grayscale: #B3B3B3. Windows color (decimal): -13568581 or 12318000. OLE color: 12318000.

HSL color Cylindrical-coordinate representation of color #30F5BB: hue angle of 162.34º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F5BB is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 245 187 -
CMYK 0.80 0 0.24 0.04
HSL 162.34º 0.91% 0.57% -
HSV(B) 162.34º 0.8% 0.96% -
XYZ 42.84 69.52 58.17 -
YUV 179.49 132.23 34.22 -
System Red Green Blue C M Y K H S L
Decimal 48 245 187 0.80 0 0.24 0.04 162.34 0.91 0.57
Hex 30 F5 BB 50 0 18 4 A2 5B 39
Octal 60 365 273 120 0 30 4 242 133 71
Binary 110000 11110101 10111011 1010000 0 11000 100 10100010 1011011 111001

Color Harmonies of #30F5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F5BB

Black with #30F5BB

Text Example


Text Example

White with #30F5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,245,187); }

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

background-color css

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

 a { background-color: rgb(48,245,187); }

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

border-color css

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

 span { border-color: rgb(48,245,187); }

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