Html Css Color HEX #3CFCEC Turquoise

📋 copy color: '#3CFCEC'

red 60 ◦ green 252 ◦ blue 236

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

Shades of Turquoise #3CFCEC

Tints of Turquoise #3CFCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.07%

R = 10.95%
G = 45.99%
B = 43.07%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#3CFCEC (or 0x3CFCEC) is known color: Turquoise. HEX triplet: 3C, FC and EC. RGB value is (60,252,236). Sum of RGB (Red+Green+Blue) = 60+252+236=548 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.95% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFCEC is #C30313. Grayscale: #C0C0C0. Windows color (decimal): -12780308 or 15531068. OLE color: 15531068.

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

Color convert

RGB 60 252 236 -
CMYK 0.76 0 0.06 0.01
HSL 175º 0.97% 0.61% -
HSV(B) 175º 0.76% 0.99% -
XYZ 51.81 76.64 91.42 -
YUV 192.77 152.39 33.3 -
System Red Green Blue C M Y K H S L
Decimal 60 252 236 0.76 0 0.06 0.01 175 0.97 0.61
Hex 3C FC EC 4C 0 6 1 AF 61 3D
Octal 74 374 354 114 0 6 1 257 141 75
Binary 111100 11111100 11101100 1001100 0 110 1 10101111 1100001 111101

Color Harmonies of #3CFCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFCEC

Black with #3CFCEC

Text Example


Text Example

White with #3CFCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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