Html Css Color HEX #3CFCEB Turquoise

📋 copy color: '#3CFCEB'

red 60 ◦ green 252 ◦ blue 235

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

Shades of Turquoise #3CFCEB

Tints of Turquoise #3CFCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.96%

R = 10.97%
G = 46.07%
B = 42.96%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#3CFCEB (or 0x3CFCEB) is known color: Turquoise. HEX triplet: 3C, FC and EB. RGB value is (60,252,235). Sum of RGB (Red+Green+Blue) = 60+252+235=547 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.97% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFCEB is #C30314. Grayscale: #C0C0C0. Windows color (decimal): -12780309 or 15465532. OLE color: 15465532.

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

Color convert

RGB 60 252 235 -
CMYK 0.76 0 0.07 0.01
HSL 174.69º 0.97% 0.61% -
HSV(B) 174.69º 0.76% 0.99% -
XYZ 51.67 76.58 90.66 -
YUV 192.65 151.89 33.38 -
System Red Green Blue C M Y K H S L
Decimal 60 252 235 0.76 0 0.07 0.01 174.69 0.97 0.61
Hex 3C FC EB 4C 0 7 1 AF 61 3D
Octal 74 374 353 114 0 7 1 257 141 75
Binary 111100 11111100 11101011 1001100 0 111 1 10101111 1100001 111101

Color Harmonies of #3CFCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFCEB

Black with #3CFCEB

Text Example


Text Example

White with #3CFCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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