Html Css Color HEX #3CF7CA Turquoise

📋 copy color: '#3CF7CA'

red 60 ◦ green 247 ◦ blue 202

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

Shades of Turquoise #3CF7CA

Tints of Turquoise #3CF7CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.69%

R = 11.79%
G = 48.53%
B = 39.69%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#3CF7CA (or 0x3CF7CA) is known color: Turquoise. HEX triplet: 3C, F7 and CA. RGB value is (60,247,202). Sum of RGB (Red+Green+Blue) = 60+247+202=509 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.79% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 247 - color contains mainly: green. Hex color #3CF7CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF7CA is #C30835. Grayscale: #B9B9B9. Windows color (decimal): -12781622 or 13301564. OLE color: 13301564.

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

Color convert

RGB 60 247 202 -
CMYK 0.76 0 0.18 0.03
HSL 165.56º 0.92% 0.6% -
HSV(B) 165.56º 0.76% 0.97% -
XYZ 45.78 71.75 67.31 -
YUV 185.96 137.05 38.16 -
System Red Green Blue C M Y K H S L
Decimal 60 247 202 0.76 0 0.18 0.03 165.56 0.92 0.6
Hex 3C F7 CA 4C 0 12 3 A6 5C 3C
Octal 74 367 312 114 0 22 3 246 134 74
Binary 111100 11110111 11001010 1001100 0 10010 11 10100110 1011100 111100

Color Harmonies of #3CF7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF7CA

Black with #3CF7CA

Text Example


Text Example

White with #3CF7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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