Html Css Color HEX #3CD8CE Turquoise

📋 copy color: '#3CD8CE'

red 60 ◦ green 216 ◦ blue 206

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

Shades of Turquoise #3CD8CE

Tints of Turquoise #3CD8CE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.81%

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

R = 12.45%
G = 44.81%
B = 42.74%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#3CD8CE (or 0x3CD8CE) is known color: Turquoise. HEX triplet: 3C, D8 and CE. RGB value is (60,216,206). Sum of RGB (Red+Green+Blue) = 60+216+206=482 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.45% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #3CD8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD8CE is #C32731. Grayscale: #A8A8A8. Windows color (decimal): -12789554 or 13555772. OLE color: 13555772.

HSL color Cylindrical-coordinate representation of color #3CD8CE: hue angle of 176.15º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD8CE is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 60 216 206 -
CMYK 0.72 0 0.05 0.15
HSL 176.15º 0.67% 0.54% -
HSV(B) 176.15º 0.72% 0.85% -
XYZ 37.56 54.53 66.94 -
YUV 168.22 149.32 50.81 -
System Red Green Blue C M Y K H S L
Decimal 60 216 206 0.72 0 0.05 0.15 176.15 0.67 0.54
Hex 3C D8 CE 48 0 5 F B0 43 36
Octal 74 330 316 110 0 5 17 260 103 66
Binary 111100 11011000 11001110 1001000 0 101 1111 10110000 1000011 110110

Color Harmonies of #3CD8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD8CE

Black with #3CD8CE

Text Example


Text Example

White with #3CD8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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