Html Css Color HEX #3CFAD3 Turquoise

📋 copy color: '#3CFAD3'

red 60 ◦ green 250 ◦ blue 211

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

Shades of Turquoise #3CFAD3

Tints of Turquoise #3CFAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.5%

R = 11.52%
G = 47.98%
B = 40.5%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#3CFAD3 (or 0x3CFAD3) is known color: Turquoise. HEX triplet: 3C, FA and D3. RGB value is (60,250,211). Sum of RGB (Red+Green+Blue) = 60+250+211=521 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.52% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFAD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFAD3 is #C3052C. Grayscale: #BCBCBC. Windows color (decimal): -12780845 or 13892156. OLE color: 13892156.

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

Color convert

RGB 60 250 211 -
CMYK 0.76 0 0.16 0.02
HSL 167.68º 0.95% 0.61% -
HSV(B) 167.68º 0.76% 0.98% -
XYZ 47.81 74.04 73.4 -
YUV 188.74 140.55 36.17 -
System Red Green Blue C M Y K H S L
Decimal 60 250 211 0.76 0 0.16 0.02 167.68 0.95 0.61
Hex 3C FA D3 4C 0 10 2 A8 5F 3D
Octal 74 372 323 114 0 20 2 250 137 75
Binary 111100 11111010 11010011 1001100 0 10000 10 10101000 1011111 111101

Color Harmonies of #3CFAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFAD3

Black with #3CFAD3

Text Example


Text Example

White with #3CFAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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