Html Css Color HEX #30E6DB Turquoise

📋 copy color: '#30E6DB'

red 48 ◦ green 230 ◦ blue 219

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

Shades of Turquoise #30E6DB

Tints of Turquoise #30E6DB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.28%

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

R = 9.66%
G = 46.28%
B = 44.06%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#30E6DB (or 0x30E6DB) is known color: Turquoise. HEX triplet: 30, E6 and DB. RGB value is (48,230,219). Sum of RGB (Red+Green+Blue) = 48+230+219=497 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.66% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 230 - color contains mainly: green. Hex color #30E6DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30E6DB is #CF1924. Grayscale: #AEAEAE. Windows color (decimal): -13572389 or 14411312. OLE color: 14411312.

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

Color convert

RGB 48 230 219 -
CMYK 0.79 0 0.05 0.10
HSL 176.37º 0.78% 0.55% -
HSV(B) 176.37º 0.79% 0.9% -
XYZ 42.3 62.34 76.82 -
YUV 174.33 153.2 37.89 -
System Red Green Blue C M Y K H S L
Decimal 48 230 219 0.79 0 0.05 0.10 176.37 0.78 0.55
Hex 30 E6 DB 4F 0 5 A B0 4E 37
Octal 60 346 333 117 0 5 12 260 116 67
Binary 110000 11100110 11011011 1001111 0 101 1010 10110000 1001110 110111

Color Harmonies of #30E6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E6DB

Black with #30E6DB

Text Example


Text Example

White with #30E6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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