Html Css Color HEX #3CFCC8 Turquoise

📋 copy color: '#3CFCC8'

red 60 ◦ green 252 ◦ blue 200

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

Shades of Turquoise #3CFCC8

Tints of Turquoise #3CFCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.06%

R = 11.72%
G = 49.22%
B = 39.06%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#3CFCC8 (or 0x3CFCC8) is known color: Turquoise. HEX triplet: 3C, FC and C8. RGB value is (60,252,200). Sum of RGB (Red+Green+Blue) = 60+252+200=512 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.72% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFCC8 is #C30337. Grayscale: #BCBCBC. Windows color (decimal): -12780344 or 13171772. OLE color: 13171772.

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

Color convert

RGB 60 252 200 -
CMYK 0.76 0 0.21 0.01
HSL 163.75º 0.97% 0.61% -
HSV(B) 163.75º 0.76% 0.99% -
XYZ 47.1 74.75 66.59 -
YUV 188.66 134.39 36.23 -
System Red Green Blue C M Y K H S L
Decimal 60 252 200 0.76 0 0.21 0.01 163.75 0.97 0.61
Hex 3C FC C8 4C 0 15 1 A4 61 3D
Octal 74 374 310 114 0 25 1 244 141 75
Binary 111100 11111100 11001000 1001100 0 10101 1 10100100 1100001 111101

Color Harmonies of #3CFCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFCC8

Black with #3CFCC8

Text Example


Text Example

White with #3CFCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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