Html Css Color HEX #3CF2AF Turquoise

📋 copy color: '#3CF2AF'

red 60 ◦ green 242 ◦ blue 175

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

Shades of Turquoise #3CF2AF

Tints of Turquoise #3CF2AF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.73%

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

R = 12.58%
G = 50.73%
B = 36.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#3CF2AF (or 0x3CF2AF) is known color: Turquoise. HEX triplet: 3C, F2 and AF. RGB value is (60,242,175). Sum of RGB (Red+Green+Blue) = 60+242+175=477 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.58% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF2AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF2AF is #C30D50. Grayscale: #B4B4B4. Windows color (decimal): -12782929 or 11530812. OLE color: 11530812.

HSL color Cylindrical-coordinate representation of color #3CF2AF: hue angle of 157.91º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF2AF is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 242 175 -
CMYK 0.75 0 0.28 0.05
HSL 157.91º 0.88% 0.59% -
HSV(B) 157.91º 0.75% 0.95% -
XYZ 41.35 67.56 51.42 -
YUV 179.94 125.2 42.45 -
System Red Green Blue C M Y K H S L
Decimal 60 242 175 0.75 0 0.28 0.05 157.91 0.88 0.59
Hex 3C F2 AF 4B 0 1C 5 9E 58 3B
Octal 74 362 257 113 0 34 5 236 130 73
Binary 111100 11110010 10101111 1001011 0 11100 101 10011110 1011000 111011

Color Harmonies of #3CF2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF2AF

Black with #3CF2AF

Text Example


Text Example

White with #3CF2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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