Html Css Color HEX #3CFAD9 Turquoise

📋 copy color: '#3CFAD9'

red 60 ◦ green 250 ◦ blue 217

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

Shades of Turquoise #3CFAD9

Tints of Turquoise #3CFAD9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.44%

 BLUE value IS 217 (85.16% from 255) = 41.18%

R = 11.39%
G = 47.44%
B = 41.18%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#3CFAD9 (or 0x3CFAD9) is known color: Turquoise. HEX triplet: 3C, FA and D9. RGB value is (60,250,217). Sum of RGB (Red+Green+Blue) = 60+250+217=527 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.39% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFAD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFAD9 is #C30526. Grayscale: #BDBDBD. Windows color (decimal): -12780839 or 14285372. OLE color: 14285372.

HSL color Cylindrical-coordinate representation of color #3CFAD9: hue angle of 169.58º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFAD9 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 250 217 -
CMYK 0.76 0 0.13 0.02
HSL 169.58º 0.95% 0.61% -
HSV(B) 169.58º 0.76% 0.98% -
XYZ 48.57 74.34 77.43 -
YUV 189.43 143.55 35.68 -
System Red Green Blue C M Y K H S L
Decimal 60 250 217 0.76 0 0.13 0.02 169.58 0.95 0.61
Hex 3C FA D9 4C 0 D 2 AA 5F 3D
Octal 74 372 331 114 0 15 2 252 137 75
Binary 111100 11111010 11011001 1001100 0 1101 10 10101010 1011111 111101

Color Harmonies of #3CFAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFAD9

Black with #3CFAD9

Text Example


Text Example

White with #3CFAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,250,217); }

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

background-color css

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

 a { background-color: rgb(60,250,217); }

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

border-color css

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

 span { border-color: rgb(60,250,217); }

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