Html Css Color HEX #30DCC1 Turquoise

📋 copy color: '#30DCC1'

red 48 ◦ green 220 ◦ blue 193

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

Shades of Turquoise #30DCC1

Tints of Turquoise #30DCC1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.72%

 BLUE value IS 193 (75.78% from 255) = 41.87%

R = 10.41%
G = 47.72%
B = 41.87%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#30DCC1 (or 0x30DCC1) is known color: Turquoise. HEX triplet: 30, DC and C1. RGB value is (48,220,193). Sum of RGB (Red+Green+Blue) = 48+220+193=461 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.41% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #30DCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DCC1 is #CF233E. Grayscale: #A5A5A5. Windows color (decimal): -13574975 or 12704816. OLE color: 12704816.

HSL color Cylindrical-coordinate representation of color #30DCC1: hue angle of 170.58º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DCC1 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 220 193 -
CMYK 0.78 0 0.12 0.14
HSL 170.58º 0.71% 0.53% -
HSV(B) 170.58º 0.78% 0.86% -
XYZ 36.44 55.67 59.28 -
YUV 165.49 143.52 44.2 -
System Red Green Blue C M Y K H S L
Decimal 48 220 193 0.78 0 0.12 0.14 170.58 0.71 0.53
Hex 30 DC C1 4E 0 C E AB 47 35
Octal 60 334 301 116 0 14 16 253 107 65
Binary 110000 11011100 11000001 1001110 0 1100 1110 10101011 1000111 110101

Color Harmonies of #30DCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DCC1

Black with #30DCC1

Text Example


Text Example

White with #30DCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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