Html Css Color HEX #3CEDC4 Turquoise

📋 copy color: '#3CEDC4'

red 60 ◦ green 237 ◦ blue 196

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

Shades of Turquoise #3CEDC4

Tints of Turquoise #3CEDC4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.07%

 BLUE value IS 196 (76.95% from 255) = 39.76%

R = 12.17%
G = 48.07%
B = 39.76%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#3CEDC4 (or 0x3CEDC4) is known color: Turquoise. HEX triplet: 3C, ED and C4. RGB value is (60,237,196). Sum of RGB (Red+Green+Blue) = 60+237+196=493 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.17% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #3CEDC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEDC4 is #C3123B. Grayscale: #B3B3B3. Windows color (decimal): -12784188 or 12905788. OLE color: 12905788.

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

Color convert

RGB 60 237 196 -
CMYK 0.75 0 0.17 0.07
HSL 166.1º 0.83% 0.58% -
HSV(B) 166.1º 0.75% 0.93% -
XYZ 42.11 65.51 62.65 -
YUV 179.4 137.36 42.83 -
System Red Green Blue C M Y K H S L
Decimal 60 237 196 0.75 0 0.17 0.07 166.1 0.83 0.58
Hex 3C ED C4 4B 0 11 7 A6 53 3A
Octal 74 355 304 113 0 21 7 246 123 72
Binary 111100 11101101 11000100 1001011 0 10001 111 10100110 1010011 111010

Color Harmonies of #3CEDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEDC4

Black with #3CEDC4

Text Example


Text Example

White with #3CEDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,237,196); }

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

background-color css

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

 a { background-color: rgb(60,237,196); }

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

border-color css

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

 span { border-color: rgb(60,237,196); }

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