Html Css Color HEX #30FFEB Turquoise

📋 copy color: '#30FFEB'

red 48 ◦ green 255 ◦ blue 235

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

Shades of Turquoise #30FFEB

Tints of Turquoise #30FFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.68%

R = 8.92%
G = 47.4%
B = 43.68%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#30FFEB (or 0x30FFEB) is known color: Turquoise. HEX triplet: 30, FF and EB. RGB value is (48,255,235). Sum of RGB (Red+Green+Blue) = 48+255+235=538 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.92% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FFEB is #CF0014. Grayscale: #BEBEBE. Windows color (decimal): -13565973 or 15466288. OLE color: 15466288.

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

Color convert

RGB 48 255 235 -
CMYK 0.81 0 0.08 0
HSL 174.2º 1% 0.59% -
HSV(B) 174.2º 0.81% 1% -
XYZ 51.97 78.15 90.94 -
YUV 190.83 152.92 26.13 -
System Red Green Blue C M Y K H S L
Decimal 48 255 235 0.81 0 0.08 0 174.2 1 0.59
Hex 30 FF EB 51 0 8 0 AE 64 3B
Octal 60 377 353 121 0 10 0 256 144 73
Binary 110000 11111111 11101011 1010001 0 1000 0 10101110 1100100 111011

Color Harmonies of #30FFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FFEB

Black with #30FFEB

Text Example


Text Example

White with #30FFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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