Html Css Color HEX #3CFCFA Turquoise

📋 copy color: '#3CFCFA'

red 60 ◦ green 252 ◦ blue 250

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

Shades of Turquoise #3CFCFA

Tints of Turquoise #3CFCFA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.84%

 BLUE value IS 250 (98.05% from 255) = 44.48%

R = 10.68%
G = 44.84%
B = 44.48%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#3CFCFA (or 0x3CFCFA) is known color: Turquoise. HEX triplet: 3C, FC and FA. RGB value is (60,252,250). Sum of RGB (Red+Green+Blue) = 60+252+250=562 (74% of max value = 765). Red value is 60 (23.83% from 255 or 10.68% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFCFA is #C30305. Grayscale: #C2C2C2. Windows color (decimal): -12780294 or 16448572. OLE color: 16448572.

HSL color Cylindrical-coordinate representation of color #3CFCFA: hue angle of 179.38º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFCFA is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 252 250 -
CMYK 0.76 0 0.01 0.01
HSL 179.38º 0.97% 0.61% -
HSV(B) 179.38º 0.76% 0.99% -
XYZ 53.93 77.48 102.56 -
YUV 194.36 159.39 32.16 -
System Red Green Blue C M Y K H S L
Decimal 60 252 250 0.76 0 0.01 0.01 179.38 0.97 0.61
Hex 3C FC FA 4C 0 1 1 B3 61 3D
Octal 74 374 372 114 0 1 1 263 141 75
Binary 111100 11111100 11111010 1001100 0 1 1 10110011 1100001 111101

Color Harmonies of #3CFCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFCFA

Black with #3CFCFA

Text Example


Text Example

White with #3CFCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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