Html Css Color HEX #30D1C1 Turquoise

📋 copy color: '#30D1C1'

red 48 ◦ green 209 ◦ blue 193

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

Shades of Turquoise #30D1C1

Tints of Turquoise #30D1C1

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.44%

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

R = 10.67%
G = 46.44%
B = 42.89%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#30D1C1 (or 0x30D1C1) is known color: Turquoise. HEX triplet: 30, D1 and C1. RGB value is (48,209,193). Sum of RGB (Red+Green+Blue) = 48+209+193=450 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.67% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 209 - color contains mainly: green. Hex color #30D1C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D1C1 is #CF2E3E. Grayscale: #9E9E9E. Windows color (decimal): -13577791 or 12702000. OLE color: 12702000.

HSL color Cylindrical-coordinate representation of color #30D1C1: hue angle of 174.04º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D1C1 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 209 193 -
CMYK 0.77 0 0.08 0.18
HSL 174.04º 0.64% 0.5% -
HSV(B) 174.04º 0.77% 0.82% -
XYZ 33.65 50.08 58.35 -
YUV 159.04 147.16 48.8 -
System Red Green Blue C M Y K H S L
Decimal 48 209 193 0.77 0 0.08 0.18 174.04 0.64 0.5
Hex 30 D1 C1 4D 0 8 12 AE 40 32
Octal 60 321 301 115 0 10 22 256 100 62
Binary 110000 11010001 11000001 1001101 0 1000 10010 10101110 1000000 110010

Color Harmonies of #30D1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D1C1

Black with #30D1C1

Text Example


Text Example

White with #30D1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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