Html Css Color HEX #30E2EB Turquoise

📋 copy color: '#30E2EB'

red 48 ◦ green 226 ◦ blue 235

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

Shades of Turquoise #30E2EB

Tints of Turquoise #30E2EB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.4%

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

R = 9.43%
G = 44.4%
B = 46.17%

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

#30E2EB (or 0x30E2EB) is known color: Turquoise. HEX triplet: 30, E2 and EB. RGB value is (48,226,235). Sum of RGB (Red+Green+Blue) = 48+226+235=509 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.43% from 509); Green value is 226 (88.67% from 255 or 44.40% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #30E2EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30E2EB is #CF1D14. Grayscale: #ADADAD. Windows color (decimal): -13573397 or 15458864. OLE color: 15458864.

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

Color convert

RGB 48 226 235 -
CMYK 0.80 0.04 0 0.08
HSL 182.89º 0.82% 0.55% -
HSV(B) 182.89º 0.8% 0.92% -
XYZ 43.41 61.02 88.09 -
YUV 173.8 162.53 38.27 -
System Red Green Blue C M Y K H S L
Decimal 48 226 235 0.80 0.04 0 0.08 182.89 0.82 0.55
Hex 30 E2 EB 50 4 0 8 B7 52 37
Octal 60 342 353 120 4 0 10 267 122 67
Binary 110000 11100010 11101011 1010000 100 0 1000 10110111 1010010 110111

Color Harmonies of #30E2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E2EB

Black with #30E2EB

Text Example


Text Example

White with #30E2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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