Html Css Color HEX #3CDED6 Turquoise

📋 copy color: '#3CDED6'

red 60 ◦ green 222 ◦ blue 214

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

Shades of Turquoise #3CDED6

Tints of Turquoise #3CDED6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.76%

 BLUE value IS 214 (83.98% from 255) = 43.15%

R = 12.1%
G = 44.76%
B = 43.15%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#3CDED6 (or 0x3CDED6) is known color: Turquoise. HEX triplet: 3C, DE and D6. RGB value is (60,222,214). Sum of RGB (Red+Green+Blue) = 60+222+214=496 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.10% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDED6 is #C32129. Grayscale: #ACACAC. Windows color (decimal): -12788010 or 14081596. OLE color: 14081596.

HSL color Cylindrical-coordinate representation of color #3CDED6: hue angle of 177.04º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDED6 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 222 214 -
CMYK 0.73 0 0.04 0.13
HSL 177.04º 0.71% 0.55% -
HSV(B) 177.04º 0.73% 0.87% -
XYZ 40.12 58.06 72.71 -
YUV 172.65 151.33 47.65 -
System Red Green Blue C M Y K H S L
Decimal 60 222 214 0.73 0 0.04 0.13 177.04 0.71 0.55
Hex 3C DE D6 49 0 4 D B1 47 37
Octal 74 336 326 111 0 4 15 261 107 67
Binary 111100 11011110 11010110 1001001 0 100 1101 10110001 1000111 110111

Color Harmonies of #3CDED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDED6

Black with #3CDED6

Text Example


Text Example

White with #3CDED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,222,214); }

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

background-color css

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

 a { background-color: rgb(60,222,214); }

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

border-color css

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

 span { border-color: rgb(60,222,214); }

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