Html Css Color HEX #30EEDC Turquoise

📋 copy color: '#30EEDC'

red 48 ◦ green 238 ◦ blue 220

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

Shades of Turquoise #30EEDC

Tints of Turquoise #30EEDC

RGB

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

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

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

R = 9.49%
G = 47.04%
B = 43.48%

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

#30EEDC (or 0x30EEDC) is known color: Turquoise. HEX triplet: 30, EE and DC. RGB value is (48,238,220). Sum of RGB (Red+Green+Blue) = 48+238+220=506 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.49% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #30EEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EEDC is #CF1123. Grayscale: #B3B3B3. Windows color (decimal): -13570340 or 14478896. OLE color: 14478896.

HSL color Cylindrical-coordinate representation of color #30EEDC: hue angle of 174.32º 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 #30EEDC is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 238 220 -
CMYK 0.80 0 0.08 0.07
HSL 174.32º 0.85% 0.56% -
HSV(B) 174.32º 0.8% 0.93% -
XYZ 44.71 66.94 78.28 -
YUV 179.14 151.05 34.46 -
System Red Green Blue C M Y K H S L
Decimal 48 238 220 0.80 0 0.08 0.07 174.32 0.85 0.56
Hex 30 EE DC 50 0 8 7 AE 55 38
Octal 60 356 334 120 0 10 7 256 125 70
Binary 110000 11101110 11011100 1010000 0 1000 111 10101110 1010101 111000

Color Harmonies of #30EEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EEDC

Black with #30EEDC

Text Example


Text Example

White with #30EEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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