Html Css Color HEX #3CECDD Turquoise

📋 copy color: '#3CECDD'

red 60 ◦ green 236 ◦ blue 221

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

Shades of Turquoise #3CECDD

Tints of Turquoise #3CECDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 11.61%
G = 45.65%
B = 42.75%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#3CECDD (or 0x3CECDD) is known color: Turquoise. HEX triplet: 3C, EC and DD. RGB value is (60,236,221). Sum of RGB (Red+Green+Blue) = 60+236+221=517 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.61% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CECDD is #C31322. Grayscale: #B5B5B5. Windows color (decimal): -12784419 or 14543932. OLE color: 14543932.

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

Color convert

RGB 60 236 221 -
CMYK 0.75 0 0.06 0.07
HSL 174.89º 0.82% 0.58% -
HSV(B) 174.89º 0.75% 0.93% -
XYZ 44.91 66.17 78.81 -
YUV 181.67 150.19 41.22 -
System Red Green Blue C M Y K H S L
Decimal 60 236 221 0.75 0 0.06 0.07 174.89 0.82 0.58
Hex 3C EC DD 4B 0 6 7 AF 52 3A
Octal 74 354 335 113 0 6 7 257 122 72
Binary 111100 11101100 11011101 1001011 0 110 111 10101111 1010010 111010

Color Harmonies of #3CECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CECDD

Black with #3CECDD

Text Example


Text Example

White with #3CECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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