Html Css Color HEX #3CF0AF Turquoise

📋 copy color: '#3CF0AF'

red 60 ◦ green 240 ◦ blue 175

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

Shades of Turquoise #3CF0AF

Tints of Turquoise #3CF0AF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.53%

 BLUE value IS 175 (68.75% from 255) = 36.84%

R = 12.63%
G = 50.53%
B = 36.84%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#3CF0AF (or 0x3CF0AF) is known color: Turquoise. HEX triplet: 3C, F0 and AF. RGB value is (60,240,175). Sum of RGB (Red+Green+Blue) = 60+240+175=475 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.63% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF0AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF0AF is #C30F50. Grayscale: #B2B2B2. Windows color (decimal): -12783441 or 11530300. OLE color: 11530300.

HSL color Cylindrical-coordinate representation of color #3CF0AF: hue angle of 158.33º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF0AF is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 240 175 -
CMYK 0.75 0 0.27 0.06
HSL 158.33º 0.86% 0.59% -
HSV(B) 158.33º 0.75% 0.94% -
XYZ 40.76 66.38 51.22 -
YUV 178.77 125.87 43.29 -
System Red Green Blue C M Y K H S L
Decimal 60 240 175 0.75 0 0.27 0.06 158.33 0.86 0.59
Hex 3C F0 AF 4B 0 1B 6 9E 56 3B
Octal 74 360 257 113 0 33 6 236 126 73
Binary 111100 11110000 10101111 1001011 0 11011 110 10011110 1010110 111011

Color Harmonies of #3CF0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF0AF

Black with #3CF0AF

Text Example


Text Example

White with #3CF0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,240,175); }

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

background-color css

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

 a { background-color: rgb(60,240,175); }

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

border-color css

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

 span { border-color: rgb(60,240,175); }

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