Html Css Color HEX #3CFCF4 Turquoise

📋 copy color: '#3CFCF4'

red 60 ◦ green 252 ◦ blue 244

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

Shades of Turquoise #3CFCF4

Tints of Turquoise #3CFCF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 43.88%

R = 10.79%
G = 45.32%
B = 43.88%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#3CFCF4 (or 0x3CFCF4) is known color: Turquoise. HEX triplet: 3C, FC and F4. RGB value is (60,252,244). Sum of RGB (Red+Green+Blue) = 60+252+244=556 (73% of max value = 765). Red value is 60 (23.83% from 255 or 10.79% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 244 (95.70% from 255 or 43.88% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFCF4 is #C3030B. Grayscale: #C1C1C1. Windows color (decimal): -12780300 or 16055356. OLE color: 16055356.

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

Color convert

RGB 60 252 244 -
CMYK 0.76 0 0.03 0.01
HSL 177.5º 0.97% 0.61% -
HSV(B) 177.5º 0.76% 0.99% -
XYZ 53 77.11 97.68 -
YUV 193.68 156.39 32.65 -
System Red Green Blue C M Y K H S L
Decimal 60 252 244 0.76 0 0.03 0.01 177.5 0.97 0.61
Hex 3C FC F4 4C 0 3 1 B2 61 3D
Octal 74 374 364 114 0 3 1 262 141 75
Binary 111100 11111100 11110100 1001100 0 11 1 10110010 1100001 111101

Color Harmonies of #3CFCF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFCF4

Black with #3CFCF4

Text Example


Text Example

White with #3CFCF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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