Html Css Color HEX #30E5DB Turquoise

📋 copy color: '#30E5DB'

red 48 ◦ green 229 ◦ blue 219

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

Shades of Turquoise #30E5DB

Tints of Turquoise #30E5DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.15%

R = 9.68%
G = 46.17%
B = 44.15%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#30E5DB (or 0x30E5DB) is known color: Turquoise. HEX triplet: 30, E5 and DB. RGB value is (48,229,219). Sum of RGB (Red+Green+Blue) = 48+229+219=496 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.68% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 229 - color contains mainly: green. Hex color #30E5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30E5DB is #CF1A24. Grayscale: #ADADAD. Windows color (decimal): -13572645 or 14411056. OLE color: 14411056.

HSL color Cylindrical-coordinate representation of color #30E5DB: hue angle of 176.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 #30E5DB is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 229 219 -
CMYK 0.79 0 0.04 0.10
HSL 176.69º 0.78% 0.54% -
HSV(B) 176.69º 0.79% 0.9% -
XYZ 42.02 61.78 76.73 -
YUV 173.74 153.53 38.31 -
System Red Green Blue C M Y K H S L
Decimal 48 229 219 0.79 0 0.04 0.10 176.69 0.78 0.54
Hex 30 E5 DB 4F 0 4 A B1 4E 36
Octal 60 345 333 117 0 4 12 261 116 66
Binary 110000 11100101 11011011 1001111 0 100 1010 10110001 1001110 110110

Color Harmonies of #30E5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E5DB

Black with #30E5DB

Text Example


Text Example

White with #30E5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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