Html Css Color HEX #3CD5EC Turquoise

📋 copy color: '#3CD5EC'

red 60 ◦ green 213 ◦ blue 236

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

Shades of Turquoise #3CD5EC

Tints of Turquoise #3CD5EC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.85%

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

R = 11.79%
G = 41.85%
B = 46.37%

CMYK

 C value IS 0.75

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3CD5EC (or 0x3CD5EC) is known color: Turquoise. HEX triplet: 3C, D5 and EC. RGB value is (60,213,236). Sum of RGB (Red+Green+Blue) = 60+213+236=509 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.79% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #3CD5EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CD5EC is #C32A13. Grayscale: #A9A9A9. Windows color (decimal): -12790292 or 15521084. OLE color: 15521084.

HSL color Cylindrical-coordinate representation of color #3CD5EC: hue angle of 187.84º 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 #3CD5EC is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 213 236 -
CMYK 0.75 0.10 0 0.07
HSL 187.84º 0.82% 0.58% -
HSV(B) 187.84º 0.75% 0.93% -
XYZ 40.8 54.61 87.75 -
YUV 169.88 165.31 49.63 -
System Red Green Blue C M Y K H S L
Decimal 60 213 236 0.75 0.10 0 0.07 187.84 0.82 0.58
Hex 3C D5 EC 4B A 0 7 BC 52 3A
Octal 74 325 354 113 12 0 7 274 122 72
Binary 111100 11010101 11101100 1001011 1010 0 111 10111100 1010010 111010

Color Harmonies of #3CD5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD5EC

Black with #3CD5EC

Text Example


Text Example

White with #3CD5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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