Html Css Color HEX #30E0E8 Turquoise

📋 copy color: '#30E0E8'

red 48 ◦ green 224 ◦ blue 232

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

Shades of Turquoise #30E0E8

Tints of Turquoise #30E0E8

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.44%

 BLUE value IS 232 (91.02% from 255) = 46.03%

R = 9.52%
G = 44.44%
B = 46.03%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#30E0E8 (or 0x30E0E8) is known color: Turquoise. HEX triplet: 30, E0 and E8. RGB value is (48,224,232). Sum of RGB (Red+Green+Blue) = 48+224+232=504 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.52% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 232 - color contains mainly: blue. Hex color #30E0E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30E0E8 is #CF1F17. Grayscale: #ACACAC. Windows color (decimal): -13573912 or 15261744. OLE color: 15261744.

HSL color Cylindrical-coordinate representation of color #30E0E8: hue angle of 182.61º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E0E8 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 48 224 232 -
CMYK 0.79 0.03 0 0.09
HSL 182.61º 0.8% 0.55% -
HSV(B) 182.61º 0.79% 0.91% -
XYZ 42.44 59.77 85.64 -
YUV 172.29 161.69 39.35 -
System Red Green Blue C M Y K H S L
Decimal 48 224 232 0.79 0.03 0 0.09 182.61 0.8 0.55
Hex 30 E0 E8 4F 3 0 9 B7 50 37
Octal 60 340 350 117 3 0 11 267 120 67
Binary 110000 11100000 11101000 1001111 11 0 1001 10110111 1010000 110111

Color Harmonies of #30E0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E0E8

Black with #30E0E8

Text Example


Text Example

White with #30E0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,224,232); }

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

background-color css

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

 a { background-color: rgb(48,224,232); }

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

border-color css

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

 span { border-color: rgb(48,224,232); }

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