Html Css Color HEX #3CCEC6 Medium Turquoise

📋 copy color: '#3CCEC6'

red 60 ◦ green 206 ◦ blue 198

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

Shades of Medium Turquoise #3CCEC6

Tints of Medium Turquoise #3CCEC6

RGB

 RED value IS 60 (23.83% from 255) = 12.93%

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

 BLUE value IS 198 (77.73% from 255) = 42.67%

R = 12.93%
G = 44.4%
B = 42.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#3CCEC6 (or 0x3CCEC6) is known color: Medium Turquoise. HEX triplet: 3C, CE and C6. RGB value is (60,206,198). Sum of RGB (Red+Green+Blue) = 60+206+198=464 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.93% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #3CCEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCEC6 is #C33139. Grayscale: #A1A1A1. Windows color (decimal): -12792122 or 13028924. OLE color: 13028924.

HSL color Cylindrical-coordinate representation of color #3CCEC6: hue angle of 176.71º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCEC6 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 206 198 -
CMYK 0.71 0 0.04 0.19
HSL 176.71º 0.6% 0.52% -
HSV(B) 176.71º 0.71% 0.81% -
XYZ 34.13 49.18 61.12 -
YUV 161.43 148.63 55.65 -
System Red Green Blue C M Y K H S L
Decimal 60 206 198 0.71 0 0.04 0.19 176.71 0.6 0.52
Hex 3C CE C6 47 0 4 13 B1 3C 34
Octal 74 316 306 107 0 4 23 261 74 64
Binary 111100 11001110 11000110 1000111 0 100 10011 10110001 111100 110100

Color Harmonies of #3CCEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCEC6

Black with #3CCEC6

Text Example


Text Example

White with #3CCEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CCEC6; }

 p { color: rgb(60,206,198); }

 H1.HeaderClassName
 {
   color: #3CCEC6;
 }
 .AnyTagClassName
 {
   color: #3CCEC6;
 }
</style>

background-color css

<style>
 a { background-color: #3CCEC6; }

 a { background-color: rgb(60,206,198); }

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

border-color css

<style>
 span { border-color: #3CCEC6; }

 span { border-color: rgb(60,206,198); }

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