Html Css Color HEX #30FCBE Turquoise

📋 copy color: '#30FCBE'

red 48 ◦ green 252 ◦ blue 190

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

Shades of Turquoise #30FCBE

Tints of Turquoise #30FCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.78%

R = 9.8%
G = 51.43%
B = 38.78%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#30FCBE (or 0x30FCBE) is known color: Turquoise. HEX triplet: 30, FC and BE. RGB value is (48,252,190). Sum of RGB (Red+Green+Blue) = 48+252+190=490 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.80% from 490); Green value is 252 (98.83% from 255 or 51.43% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FCBE is #CF0341. Grayscale: #B7B7B7. Windows color (decimal): -13566786 or 12516400. OLE color: 12516400.

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

Color convert

RGB 48 252 190 -
CMYK 0.81 0 0.25 0.01
HSL 161.76º 0.97% 0.59% -
HSV(B) 161.76º 0.81% 0.99% -
XYZ 45.32 73.97 60.6 -
YUV 183.94 131.41 31.04 -
System Red Green Blue C M Y K H S L
Decimal 48 252 190 0.81 0 0.25 0.01 161.76 0.97 0.59
Hex 30 FC BE 51 0 19 1 A2 61 3B
Octal 60 374 276 121 0 31 1 242 141 73
Binary 110000 11111100 10111110 1010001 0 11001 1 10100010 1100001 111011

Color Harmonies of #30FCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FCBE

Black with #30FCBE

Text Example


Text Example

White with #30FCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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