Html Css Color HEX #30E1DB Turquoise

📋 copy color: '#30E1DB'

red 48 ◦ green 225 ◦ blue 219

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

Shades of Turquoise #30E1DB

Tints of Turquoise #30E1DB

RGB

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

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

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

R = 9.76%
G = 45.73%
B = 44.51%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#30E1DB (or 0x30E1DB) is known color: Turquoise. HEX triplet: 30, E1 and DB. RGB value is (48,225,219). Sum of RGB (Red+Green+Blue) = 48+225+219=492 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.76% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #30E1DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30E1DB is #CF1E24. Grayscale: #ABABAB. Windows color (decimal): -13573669 or 14410032. OLE color: 14410032.

HSL color Cylindrical-coordinate representation of color #30E1DB: hue angle of 177.97º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E1DB is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 225 219 -
CMYK 0.79 0 0.03 0.12
HSL 177.97º 0.75% 0.54% -
HSV(B) 177.97º 0.79% 0.88% -
XYZ 40.93 59.59 76.36 -
YUV 171.39 154.86 39.99 -
System Red Green Blue C M Y K H S L
Decimal 48 225 219 0.79 0 0.03 0.12 177.97 0.75 0.54
Hex 30 E1 DB 4F 0 3 C B2 4B 36
Octal 60 341 333 117 0 3 14 262 113 66
Binary 110000 11100001 11011011 1001111 0 11 1100 10110010 1001011 110110

Color Harmonies of #30E1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E1DB

Black with #30E1DB

Text Example


Text Example

White with #30E1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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