Html Css Color HEX #30CEC2 Medium Turquoise

📋 copy color: '#30CEC2'

red 48 ◦ green 206 ◦ blue 194

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

Shades of Medium Turquoise #30CEC2

Tints of Medium Turquoise #30CEC2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.98%

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

R = 10.71%
G = 45.98%
B = 43.3%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#30CEC2 (or 0x30CEC2) is known color: Medium Turquoise. HEX triplet: 30, CE and C2. RGB value is (48,206,194). Sum of RGB (Red+Green+Blue) = 48+206+194=448 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.71% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 206 - color contains mainly: green. Hex color #30CEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CEC2 is #CF313D. Grayscale: #9D9D9D. Windows color (decimal): -13578558 or 12766768. OLE color: 12766768.

HSL color Cylindrical-coordinate representation of color #30CEC2: hue angle of 175.44º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CEC2 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 206 194 -
CMYK 0.77 0 0.06 0.19
HSL 175.44º 0.62% 0.5% -
HSV(B) 175.44º 0.77% 0.81% -
XYZ 33.03 48.67 58.69 -
YUV 157.39 148.65 49.98 -
System Red Green Blue C M Y K H S L
Decimal 48 206 194 0.77 0 0.06 0.19 175.44 0.62 0.5
Hex 30 CE C2 4D 0 6 13 AF 3E 32
Octal 60 316 302 115 0 6 23 257 76 62
Binary 110000 11001110 11000010 1001101 0 110 10011 10101111 111110 110010

Color Harmonies of #30CEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CEC2

Black with #30CEC2

Text Example


Text Example

White with #30CEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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