Html Css Color HEX #3CE6CF Turquoise

📋 copy color: '#3CE6CF'

red 60 ◦ green 230 ◦ blue 207

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

Shades of Turquoise #3CE6CF

Tints of Turquoise #3CE6CF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.28%

 BLUE value IS 207 (81.25% from 255) = 41.65%

R = 12.07%
G = 46.28%
B = 41.65%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#3CE6CF (or 0x3CE6CF) is known color: Turquoise. HEX triplet: 3C, E6 and CF. RGB value is (60,230,207). Sum of RGB (Red+Green+Blue) = 60+230+207=497 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.07% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 230 - color contains mainly: green. Hex color #3CE6CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CE6CF is #C31930. Grayscale: #B0B0B0. Windows color (decimal): -12785969 or 13624892. OLE color: 13624892.

HSL color Cylindrical-coordinate representation of color #3CE6CF: hue angle of 171.88º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE6CF is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 60 230 207 -
CMYK 0.74 0 0.10 0.10
HSL 171.88º 0.77% 0.57% -
HSV(B) 171.88º 0.74% 0.9% -
XYZ 41.42 62.06 68.83 -
YUV 176.55 145.18 44.87 -
System Red Green Blue C M Y K H S L
Decimal 60 230 207 0.74 0 0.10 0.10 171.88 0.77 0.57
Hex 3C E6 CF 4A 0 A A AC 4D 39
Octal 74 346 317 112 0 12 12 254 115 71
Binary 111100 11100110 11001111 1001010 0 1010 1010 10101100 1001101 111001

Color Harmonies of #3CE6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE6CF

Black with #3CE6CF

Text Example


Text Example

White with #3CE6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,230,207); }

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

background-color css

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

 a { background-color: rgb(60,230,207); }

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

border-color css

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

 span { border-color: rgb(60,230,207); }

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