Html Css Color HEX #30FFB4 Turquoise

📋 copy color: '#30FFB4'

red 48 ◦ green 255 ◦ blue 180

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

Shades of Turquoise #30FFB4

Tints of Turquoise #30FFB4

RGB

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

 GREEN value IS 255 (100% from 255) = 52.8%

 BLUE value IS 180 (70.7% from 255) = 37.27%

R = 9.94%
G = 52.8%
B = 37.27%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#30FFB4 (or 0x30FFB4) is known color: Turquoise. HEX triplet: 30, FF and B4. RGB value is (48,255,180). Sum of RGB (Red+Green+Blue) = 48+255+180=483 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.94% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FFB4 is #CF004B. Grayscale: #B8B8B8. Windows color (decimal): -13566028 or 11861808. OLE color: 11861808.

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

Color convert

RGB 48 255 180 -
CMYK 0.81 0 0.29 0
HSL 158.26º 1% 0.59% -
HSV(B) 158.26º 0.81% 1% -
XYZ 45.22 75.44 55.36 -
YUV 184.56 125.42 30.6 -
System Red Green Blue C M Y K H S L
Decimal 48 255 180 0.81 0 0.29 0 158.26 1 0.59
Hex 30 FF B4 51 0 1D 0 9E 64 3B
Octal 60 377 264 121 0 35 0 236 144 73
Binary 110000 11111111 10110100 1010001 0 11101 0 10011110 1100100 111011

Color Harmonies of #30FFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FFB4

Black with #30FFB4

Text Example


Text Example

White with #30FFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,255,180); }

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

background-color css

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

 a { background-color: rgb(48,255,180); }

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

border-color css

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

 span { border-color: rgb(48,255,180); }

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