Html Css Color HEX #3CFCF6 Turquoise

📋 copy color: '#3CFCF6'

red 60 ◦ green 252 ◦ blue 246

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

Shades of Turquoise #3CFCF6

Tints of Turquoise #3CFCF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.09%

R = 10.75%
G = 45.16%
B = 44.09%

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

#3CFCF6 (or 0x3CFCF6) is known color: Turquoise. HEX triplet: 3C, FC and F6. RGB value is (60,252,246). Sum of RGB (Red+Green+Blue) = 60+252+246=558 (73% of max value = 765). Red value is 60 (23.83% from 255 or 10.75% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFCF6 is #C30309. Grayscale: #C1C1C1. Windows color (decimal): -12780298 or 16186428. OLE color: 16186428.

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

Color convert

RGB 60 252 246 -
CMYK 0.76 0 0.02 0.01
HSL 178.13º 0.97% 0.61% -
HSV(B) 178.13º 0.76% 0.99% -
XYZ 53.31 77.24 99.29 -
YUV 193.91 157.39 32.49 -
System Red Green Blue C M Y K H S L
Decimal 60 252 246 0.76 0 0.02 0.01 178.13 0.97 0.61
Hex 3C FC F6 4C 0 2 1 B2 61 3D
Octal 74 374 366 114 0 2 1 262 141 75
Binary 111100 11111100 11110110 1001100 0 10 1 10110010 1100001 111101

Color Harmonies of #3CFCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFCF6

Black with #3CFCF6

Text Example


Text Example

White with #3CFCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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