Html Css Color HEX #30FCB0 Turquoise

📋 copy color: '#30FCB0'

red 48 ◦ green 252 ◦ blue 176

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

Shades of Turquoise #30FCB0

Tints of Turquoise #30FCB0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.94%

 BLUE value IS 176 (69.14% from 255) = 36.97%

R = 10.08%
G = 52.94%
B = 36.97%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#30FCB0 (or 0x30FCB0) is known color: Turquoise. HEX triplet: 30, FC and B0. RGB value is (48,252,176). Sum of RGB (Red+Green+Blue) = 48+252+176=476 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.08% from 476); Green value is 252 (98.83% from 255 or 52.94% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FCB0 is #CF034F. Grayscale: #B6B6B6. Windows color (decimal): -13566800 or 11598896. OLE color: 11598896.

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

Color convert

RGB 48 252 176 -
CMYK 0.81 0 0.30 0.01
HSL 157.65º 0.97% 0.59% -
HSV(B) 157.65º 0.81% 0.99% -
XYZ 43.87 73.38 52.93 -
YUV 182.34 124.41 32.18 -
System Red Green Blue C M Y K H S L
Decimal 48 252 176 0.81 0 0.30 0.01 157.65 0.97 0.59
Hex 30 FC B0 51 0 1E 1 9E 61 3B
Octal 60 374 260 121 0 36 1 236 141 73
Binary 110000 11111100 10110000 1010001 0 11110 1 10011110 1100001 111011

Color Harmonies of #30FCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FCB0

Black with #30FCB0

Text Example


Text Example

White with #30FCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,252,176); }

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

background-color css

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

 a { background-color: rgb(48,252,176); }

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

border-color css

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

 span { border-color: rgb(48,252,176); }

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