Html Css Color HEX #3CFCF7 Turquoise

📋 copy color: '#3CFCF7'

red 60 ◦ green 252 ◦ blue 247

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

Shades of Turquoise #3CFCF7

Tints of Turquoise #3CFCF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.19%

R = 10.73%
G = 45.08%
B = 44.19%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#3CFCF7 (or 0x3CFCF7) is known color: Turquoise. HEX triplet: 3C, FC and F7. RGB value is (60,252,247). Sum of RGB (Red+Green+Blue) = 60+252+247=559 (74% of max value = 765). Red value is 60 (23.83% from 255 or 10.73% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 247 (96.88% from 255 or 44.19% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFCF7 is #C30308. Grayscale: #C1C1C1. Windows color (decimal): -12780297 or 16251964. OLE color: 16251964.

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

Color convert

RGB 60 252 247 -
CMYK 0.76 0 0.02 0.01
HSL 178.44º 0.97% 0.61% -
HSV(B) 178.44º 0.76% 0.99% -
XYZ 53.46 77.3 100.1 -
YUV 194.02 157.89 32.41 -
System Red Green Blue C M Y K H S L
Decimal 60 252 247 0.76 0 0.02 0.01 178.44 0.97 0.61
Hex 3C FC F7 4C 0 2 1 B2 61 3D
Octal 74 374 367 114 0 2 1 262 141 75
Binary 111100 11111100 11110111 1001100 0 10 1 10110010 1100001 111101

Color Harmonies of #3CFCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFCF7

Black with #3CFCF7

Text Example


Text Example

White with #3CFCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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