Html Css Color HEX #30E5D8 Turquoise

📋 copy color: '#30E5D8'

red 48 ◦ green 229 ◦ blue 216

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

Shades of Turquoise #30E5D8

Tints of Turquoise #30E5D8

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.45%

 BLUE value IS 216 (84.77% from 255) = 43.81%

R = 9.74%
G = 46.45%
B = 43.81%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#30E5D8 (or 0x30E5D8) is known color: Turquoise. HEX triplet: 30, E5 and D8. RGB value is (48,229,216). Sum of RGB (Red+Green+Blue) = 48+229+216=493 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.74% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 229 - color contains mainly: green. Hex color #30E5D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30E5D8 is #CF1A27. Grayscale: #ADADAD. Windows color (decimal): -13572648 or 14214448. OLE color: 14214448.

HSL color Cylindrical-coordinate representation of color #30E5D8: hue angle of 175.69º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E5D8 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 229 216 -
CMYK 0.79 0 0.06 0.10
HSL 175.69º 0.78% 0.54% -
HSV(B) 175.69º 0.79% 0.9% -
XYZ 41.63 61.62 74.67 -
YUV 173.4 152.03 38.56 -
System Red Green Blue C M Y K H S L
Decimal 48 229 216 0.79 0 0.06 0.10 175.69 0.78 0.54
Hex 30 E5 D8 4F 0 6 A B0 4E 36
Octal 60 345 330 117 0 6 12 260 116 66
Binary 110000 11100101 11011000 1001111 0 110 1010 10110000 1001110 110110

Color Harmonies of #30E5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E5D8

Black with #30E5D8

Text Example


Text Example

White with #30E5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,229,216); }

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

background-color css

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

 a { background-color: rgb(48,229,216); }

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

border-color css

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

 span { border-color: rgb(48,229,216); }

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