Html Css Color HEX #3CECDB Turquoise

📋 copy color: '#3CECDB'

red 60 ◦ green 236 ◦ blue 219

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

Shades of Turquoise #3CECDB

Tints of Turquoise #3CECDB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.83%

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 11.65%
G = 45.83%
B = 42.52%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#3CECDB (or 0x3CECDB) is known color: Turquoise. HEX triplet: 3C, EC and DB. RGB value is (60,236,219). Sum of RGB (Red+Green+Blue) = 60+236+219=515 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.65% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CECDB is #C31324. Grayscale: #B5B5B5. Windows color (decimal): -12784421 or 14412860. OLE color: 14412860.

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

Color convert

RGB 60 236 219 -
CMYK 0.75 0 0.07 0.07
HSL 174.2º 0.82% 0.58% -
HSV(B) 174.2º 0.75% 0.93% -
XYZ 44.65 66.07 77.42 -
YUV 181.44 149.19 41.38 -
System Red Green Blue C M Y K H S L
Decimal 60 236 219 0.75 0 0.07 0.07 174.2 0.82 0.58
Hex 3C EC DB 4B 0 7 7 AE 52 3A
Octal 74 354 333 113 0 7 7 256 122 72
Binary 111100 11101100 11011011 1001011 0 111 111 10101110 1010010 111010

Color Harmonies of #3CECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CECDB

Black with #3CECDB

Text Example


Text Example

White with #3CECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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