Html Css Color HEX #30CAC2 Medium Turquoise

📋 copy color: '#30CAC2'

red 48 ◦ green 202 ◦ blue 194

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

Shades of Medium Turquoise #30CAC2

Tints of Medium Turquoise #30CAC2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.5%

 BLUE value IS 194 (76.17% from 255) = 43.69%

R = 10.81%
G = 45.5%
B = 43.69%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#30CAC2 (or 0x30CAC2) is known color: Medium Turquoise. HEX triplet: 30, CA and C2. RGB value is (48,202,194). Sum of RGB (Red+Green+Blue) = 48+202+194=444 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.81% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #30CAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CAC2 is #CF353D. Grayscale: #9A9A9A. Windows color (decimal): -13579582 or 12765744. OLE color: 12765744.

HSL color Cylindrical-coordinate representation of color #30CAC2: hue angle of 176.88º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CAC2 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 48 202 194 -
CMYK 0.76 0 0.04 0.21
HSL 176.88º 0.62% 0.49% -
HSV(B) 176.88º 0.76% 0.79% -
XYZ 32.08 46.76 58.37 -
YUV 155.04 149.98 51.65 -
System Red Green Blue C M Y K H S L
Decimal 48 202 194 0.76 0 0.04 0.21 176.88 0.62 0.49
Hex 30 CA C2 4C 0 4 15 B1 3E 31
Octal 60 312 302 114 0 4 25 261 76 61
Binary 110000 11001010 11000010 1001100 0 100 10101 10110001 111110 110001

Color Harmonies of #30CAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CAC2

Black with #30CAC2

Text Example


Text Example

White with #30CAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,202,194); }

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

background-color css

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

 a { background-color: rgb(48,202,194); }

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

border-color css

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

 span { border-color: rgb(48,202,194); }

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