Html Css Color HEX #3CF7CE Turquoise

📋 copy color: '#3CF7CE'

red 60 ◦ green 247 ◦ blue 206

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

Shades of Turquoise #3CF7CE

Tints of Turquoise #3CF7CE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.15%

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

R = 11.7%
G = 48.15%
B = 40.16%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#3CF7CE (or 0x3CF7CE) is known color: Turquoise. HEX triplet: 3C, F7 and CE. RGB value is (60,247,206). Sum of RGB (Red+Green+Blue) = 60+247+206=513 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.70% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #3CF7CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF7CE is #C30831. Grayscale: #BABABA. Windows color (decimal): -12781618 or 13563708. OLE color: 13563708.

HSL color Cylindrical-coordinate representation of color #3CF7CE: hue angle of 166.84º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF7CE is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 60 247 206 -
CMYK 0.76 0 0.17 0.03
HSL 166.84º 0.92% 0.6% -
HSV(B) 166.84º 0.76% 0.97% -
XYZ 46.26 71.94 69.84 -
YUV 186.41 139.05 37.83 -
System Red Green Blue C M Y K H S L
Decimal 60 247 206 0.76 0 0.17 0.03 166.84 0.92 0.6
Hex 3C F7 CE 4C 0 11 3 A7 5C 3C
Octal 74 367 316 114 0 21 3 247 134 74
Binary 111100 11110111 11001110 1001100 0 10001 11 10100111 1011100 111100

Color Harmonies of #3CF7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF7CE

Black with #3CF7CE

Text Example


Text Example

White with #3CF7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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