Html Css Color HEX #3CFCF9 Turquoise

📋 copy color: '#3CFCF9'

red 60 ◦ green 252 ◦ blue 249

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

Shades of Turquoise #3CFCF9

Tints of Turquoise #3CFCF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.39%

R = 10.7%
G = 44.92%
B = 44.39%

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

#3CFCF9 (or 0x3CFCF9) is known color: Turquoise. HEX triplet: 3C, FC and F9. RGB value is (60,252,249). Sum of RGB (Red+Green+Blue) = 60+252+249=561 (74% of max value = 765). Red value is 60 (23.83% from 255 or 10.70% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFCF9 is #C30306. Grayscale: #C2C2C2. Windows color (decimal): -12780295 or 16383036. OLE color: 16383036.

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

Color convert

RGB 60 252 249 -
CMYK 0.76 0 0.01 0.01
HSL 179.06º 0.97% 0.61% -
HSV(B) 179.06º 0.76% 0.99% -
XYZ 53.77 77.42 101.73 -
YUV 194.25 158.89 32.24 -
System Red Green Blue C M Y K H S L
Decimal 60 252 249 0.76 0 0.01 0.01 179.06 0.97 0.61
Hex 3C FC F9 4C 0 1 1 B3 61 3D
Octal 74 374 371 114 0 1 1 263 141 75
Binary 111100 11111100 11111001 1001100 0 1 1 10110011 1100001 111101

Color Harmonies of #3CFCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFCF9

Black with #3CFCF9

Text Example


Text Example

White with #3CFCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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