Html Css Color HEX #3CDCCE Turquoise

📋 copy color: '#3CDCCE'

red 60 ◦ green 220 ◦ blue 206

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

Shades of Turquoise #3CDCCE

Tints of Turquoise #3CDCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

 BLUE value IS 206 (80.86% from 255) = 42.39%

R = 12.35%
G = 45.27%
B = 42.39%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#3CDCCE (or 0x3CDCCE) is known color: Turquoise. HEX triplet: 3C, DC and CE. RGB value is (60,220,206). Sum of RGB (Red+Green+Blue) = 60+220+206=486 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.35% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDCCE is #C32331. Grayscale: #AAAAAA. Windows color (decimal): -12788530 or 13556796. OLE color: 13556796.

HSL color Cylindrical-coordinate representation of color #3CDCCE: hue angle of 174.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDCCE is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 220 206 -
CMYK 0.73 0 0.06 0.14
HSL 174.75º 0.7% 0.55% -
HSV(B) 174.75º 0.73% 0.86% -
XYZ 38.6 56.6 67.28 -
YUV 170.56 147.99 49.14 -
System Red Green Blue C M Y K H S L
Decimal 60 220 206 0.73 0 0.06 0.14 174.75 0.7 0.55
Hex 3C DC CE 49 0 6 E AF 46 37
Octal 74 334 316 111 0 6 16 257 106 67
Binary 111100 11011100 11001110 1001001 0 110 1110 10101111 1000110 110111

Color Harmonies of #3CDCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDCCE

Black with #3CDCCE

Text Example


Text Example

White with #3CDCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,220,206); }

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

background-color css

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

 a { background-color: rgb(60,220,206); }

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

border-color css

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

 span { border-color: rgb(60,220,206); }

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