Html Css Color HEX #30EEDB Turquoise

📋 copy color: '#30EEDB'

red 48 ◦ green 238 ◦ blue 219

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

Shades of Turquoise #30EEDB

Tints of Turquoise #30EEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.13%

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

R = 9.5%
G = 47.13%
B = 43.37%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#30EEDB (or 0x30EEDB) is known color: Turquoise. HEX triplet: 30, EE and DB. RGB value is (48,238,219). Sum of RGB (Red+Green+Blue) = 48+238+219=505 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.50% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 238 - color contains mainly: green. Hex color #30EEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EEDB is #CF1124. Grayscale: #B2B2B2. Windows color (decimal): -13570341 or 14413360. OLE color: 14413360.

HSL color Cylindrical-coordinate representation of color #30EEDB: hue angle of 174º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EEDB is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 238 219 -
CMYK 0.80 0 0.08 0.07
HSL 174º 0.85% 0.56% -
HSV(B) 174º 0.8% 0.93% -
XYZ 44.58 66.89 77.58 -
YUV 179.02 150.55 34.54 -
System Red Green Blue C M Y K H S L
Decimal 48 238 219 0.80 0 0.08 0.07 174 0.85 0.56
Hex 30 EE DB 50 0 8 7 AE 55 38
Octal 60 356 333 120 0 10 7 256 125 70
Binary 110000 11101110 11011011 1010000 0 1000 111 10101110 1010101 111000

Color Harmonies of #30EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EEDB

Black with #30EEDB

Text Example


Text Example

White with #30EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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