Html Css Color HEX #30EADC Turquoise

📋 copy color: '#30EADC'

red 48 ◦ green 234 ◦ blue 220

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

Shades of Turquoise #30EADC

Tints of Turquoise #30EADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.61%

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

R = 9.56%
G = 46.61%
B = 43.82%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#30EADC (or 0x30EADC) is known color: Turquoise. HEX triplet: 30, EA and DC. RGB value is (48,234,220). Sum of RGB (Red+Green+Blue) = 48+234+220=502 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.56% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #30EADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EADC is #CF1523. Grayscale: #B0B0B0. Windows color (decimal): -13571364 or 14477872. OLE color: 14477872.

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

Color convert

RGB 48 234 220 -
CMYK 0.79 0 0.06 0.08
HSL 175.48º 0.82% 0.55% -
HSV(B) 175.48º 0.79% 0.92% -
XYZ 43.56 64.64 77.89 -
YUV 176.79 152.38 36.14 -
System Red Green Blue C M Y K H S L
Decimal 48 234 220 0.79 0 0.06 0.08 175.48 0.82 0.55
Hex 30 EA DC 4F 0 6 8 AF 52 37
Octal 60 352 334 117 0 6 10 257 122 67
Binary 110000 11101010 11011100 1001111 0 110 1000 10101111 1010010 110111

Color Harmonies of #30EADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EADC

Black with #30EADC

Text Example


Text Example

White with #30EADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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