Html Css Color HEX #3CF7BC Turquoise

📋 copy color: '#3CF7BC'

red 60 ◦ green 247 ◦ blue 188

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

Shades of Turquoise #3CF7BC

Tints of Turquoise #3CF7BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.98%

R = 12.12%
G = 49.9%
B = 37.98%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#3CF7BC (or 0x3CF7BC) is known color: Turquoise. HEX triplet: 3C, F7 and BC. RGB value is (60,247,188). Sum of RGB (Red+Green+Blue) = 60+247+188=495 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.12% from 495); Green value is 247 (96.88% from 255 or 49.90% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 247 - color contains mainly: green. Hex color #3CF7BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF7BC is #C30843. Grayscale: #B8B8B8. Windows color (decimal): -12781636 or 12384060. OLE color: 12384060.

HSL color Cylindrical-coordinate representation of color #3CF7BC: hue angle of 161.07º 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 #3CF7BC is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 60 247 188 -
CMYK 0.76 0 0.24 0.03
HSL 161.07º 0.92% 0.6% -
HSV(B) 161.07º 0.76% 0.97% -
XYZ 44.2 71.11 58.97 -
YUV 184.36 130.05 39.3 -
System Red Green Blue C M Y K H S L
Decimal 60 247 188 0.76 0 0.24 0.03 161.07 0.92 0.6
Hex 3C F7 BC 4C 0 18 3 A1 5C 3C
Octal 74 367 274 114 0 30 3 241 134 74
Binary 111100 11110111 10111100 1001100 0 11000 11 10100001 1011100 111100

Color Harmonies of #3CF7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF7BC

Black with #3CF7BC

Text Example


Text Example

White with #3CF7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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