Html Css Color HEX #3CCECE Medium Turquoise

📋 copy color: '#3CCECE'

red 60 ◦ green 206 ◦ blue 206

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

Shades of Medium Turquoise #3CCECE

Tints of Medium Turquoise #3CCECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 12.71%
G = 43.64%
B = 43.64%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3CCECE (or 0x3CCECE) is known color: Medium Turquoise. HEX triplet: 3C, CE and CE. RGB value is (60,206,206). Sum of RGB (Red+Green+Blue) = 60+206+206=472 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.71% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #3CCECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCECE is #C33131. Grayscale: #A2A2A2. Windows color (decimal): -12792114 or 13553212. OLE color: 13553212.

HSL color Cylindrical-coordinate representation of color #3CCECE: hue angle of 180º 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 #3CCECE is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 206 206 -
CMYK 0.71 0 0 0.19
HSL 180º 0.6% 0.52% -
HSV(B) 180º 0.71% 0.81% -
XYZ 35.08 49.56 66.11 -
YUV 162.35 152.63 55 -
System Red Green Blue C M Y K H S L
Decimal 60 206 206 0.71 0 0 0.19 180 0.6 0.52
Hex 3C CE CE 47 0 0 13 B4 3C 34
Octal 74 316 316 107 0 0 23 264 74 64
Binary 111100 11001110 11001110 1000111 0 0 10011 10110100 111100 110100

Color Harmonies of #3CCECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCECE

Black with #3CCECE

Text Example


Text Example

White with #3CCECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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