Html Css Color HEX #3CDCEC Turquoise

📋 copy color: '#3CDCEC'

red 60 ◦ green 220 ◦ blue 236

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

Shades of Turquoise #3CDCEC

Tints of Turquoise #3CDCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.64%

 BLUE value IS 236 (92.58% from 255) = 45.74%

R = 11.63%
G = 42.64%
B = 45.74%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3CDCEC (or 0x3CDCEC) is known color: Turquoise. HEX triplet: 3C, DC and EC. RGB value is (60,220,236). Sum of RGB (Red+Green+Blue) = 60+220+236=516 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.63% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #3CDCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDCEC is #C32313. Grayscale: #ADADAD. Windows color (decimal): -12788500 or 15522876. OLE color: 15522876.

HSL color Cylindrical-coordinate representation of color #3CDCEC: hue angle of 185.45º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CDCEC is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 220 236 -
CMYK 0.75 0.07 0 0.07
HSL 185.45º 0.82% 0.58% -
HSV(B) 185.45º 0.75% 0.93% -
XYZ 42.6 58.2 88.35 -
YUV 173.98 162.99 46.7 -
System Red Green Blue C M Y K H S L
Decimal 60 220 236 0.75 0.07 0 0.07 185.45 0.82 0.58
Hex 3C DC EC 4B 7 0 7 B9 52 3A
Octal 74 334 354 113 7 0 7 271 122 72
Binary 111100 11011100 11101100 1001011 111 0 111 10111001 1010010 111010

Color Harmonies of #3CDCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDCEC

Black with #3CDCEC

Text Example


Text Example

White with #3CDCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,220,236); }

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

background-color css

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

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

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

border-color css

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

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

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