Html Css Color HEX #3CCED5 Medium Turquoise

📋 copy color: '#3CCED5'

red 60 ◦ green 206 ◦ blue 213

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

Shades of Medium Turquoise #3CCED5

Tints of Medium Turquoise #3CCED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.47%

R = 12.53%
G = 43.01%
B = 44.47%

CMYK

 C value IS 0.72

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3CCED5 (or 0x3CCED5) is known color: Medium Turquoise. HEX triplet: 3C, CE and D5. RGB value is (60,206,213). Sum of RGB (Red+Green+Blue) = 60+206+213=479 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.53% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 213 - color contains mainly: blue. Hex color #3CCED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCED5 is #C3312A. Grayscale: #A2A2A2. Windows color (decimal): -12792107 or 14011964. OLE color: 14011964.

HSL color Cylindrical-coordinate representation of color #3CCED5: hue angle of 182.75º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CCED5 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 60 206 213 -
CMYK 0.72 0.03 0 0.16
HSL 182.75º 0.65% 0.54% -
HSV(B) 182.75º 0.72% 0.84% -
XYZ 35.95 49.91 70.69 -
YUV 163.14 156.13 54.43 -
System Red Green Blue C M Y K H S L
Decimal 60 206 213 0.72 0.03 0 0.16 182.75 0.65 0.54
Hex 3C CE D5 48 3 0 10 B7 41 36
Octal 74 316 325 110 3 0 20 267 101 66
Binary 111100 11001110 11010101 1001000 11 0 10000 10110111 1000001 110110

Color Harmonies of #3CCED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCED5

Black with #3CCED5

Text Example


Text Example

White with #3CCED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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