Html Css Color HEX #30EBDC Turquoise

📋 copy color: '#30EBDC'

red 48 ◦ green 235 ◦ blue 220

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

Shades of Turquoise #30EBDC

Tints of Turquoise #30EBDC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.72%

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 9.54%
G = 46.72%
B = 43.74%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#30EBDC (or 0x30EBDC) is known color: Turquoise. HEX triplet: 30, EB and DC. RGB value is (48,235,220). Sum of RGB (Red+Green+Blue) = 48+235+220=503 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.54% from 503); Green value is 235 (92.19% from 255 or 46.72% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 235 - color contains mainly: green. Hex color #30EBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EBDC is #CF1423. Grayscale: #B1B1B1. Windows color (decimal): -13571108 or 14478128. OLE color: 14478128.

HSL color Cylindrical-coordinate representation of color #30EBDC: hue angle of 175.19º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EBDC is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 235 220 -
CMYK 0.80 0 0.06 0.08
HSL 175.19º 0.82% 0.55% -
HSV(B) 175.19º 0.8% 0.92% -
XYZ 43.85 65.21 77.99 -
YUV 177.38 152.05 35.72 -
System Red Green Blue C M Y K H S L
Decimal 48 235 220 0.80 0 0.06 0.08 175.19 0.82 0.55
Hex 30 EB DC 50 0 6 8 AF 52 37
Octal 60 353 334 120 0 6 10 257 122 67
Binary 110000 11101011 11011100 1010000 0 110 1000 10101111 1010010 110111

Color Harmonies of #30EBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EBDC

Black with #30EBDC

Text Example


Text Example

White with #30EBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,235,220); }

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

background-color css

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

 a { background-color: rgb(48,235,220); }

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

border-color css

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

 span { border-color: rgb(48,235,220); }

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