Html Css Color HEX #30E1EB Turquoise

📋 copy color: '#30E1EB'

red 48 ◦ green 225 ◦ blue 235

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

Shades of Turquoise #30E1EB

Tints of Turquoise #30E1EB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.29%

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

R = 9.45%
G = 44.29%
B = 46.26%

CMYK

 C value IS 0.80

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#30E1EB (or 0x30E1EB) is known color: Turquoise. HEX triplet: 30, E1 and EB. RGB value is (48,225,235). Sum of RGB (Red+Green+Blue) = 48+225+235=508 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.45% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #30E1EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30E1EB is #CF1E14. Grayscale: #ADADAD. Windows color (decimal): -13573653 or 15458608. OLE color: 15458608.

HSL color Cylindrical-coordinate representation of color #30E1EB: hue angle of 183.21º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30E1EB is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 225 235 -
CMYK 0.80 0.04 0 0.08
HSL 183.21º 0.82% 0.55% -
HSV(B) 183.21º 0.8% 0.92% -
XYZ 43.14 60.48 88 -
YUV 173.22 162.86 38.69 -
System Red Green Blue C M Y K H S L
Decimal 48 225 235 0.80 0.04 0 0.08 183.21 0.82 0.55
Hex 30 E1 EB 50 4 0 8 B7 52 37
Octal 60 341 353 120 4 0 10 267 122 67
Binary 110000 11100001 11101011 1010000 100 0 1000 10110111 1010010 110111

Color Harmonies of #30E1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E1EB

Black with #30E1EB

Text Example


Text Example

White with #30E1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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