Html Css Color HEX #3CFEC8 Turquoise

📋 copy color: '#3CFEC8'

red 60 ◦ green 254 ◦ blue 200

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

Shades of Turquoise #3CFEC8

Tints of Turquoise #3CFEC8

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.42%

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

R = 11.67%
G = 49.42%
B = 38.91%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#3CFEC8 (or 0x3CFEC8) is known color: Turquoise. HEX triplet: 3C, FE and C8. RGB value is (60,254,200). Sum of RGB (Red+Green+Blue) = 60+254+200=514 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.67% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFEC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFEC8 is #C30137. Grayscale: #BDBDBD. Windows color (decimal): -12779832 or 13172284. OLE color: 13172284.

HSL color Cylindrical-coordinate representation of color #3CFEC8: hue angle of 163.3º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFEC8 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB 60 254 200 -
CMYK 0.76 0 0.21 0.00
HSL 163.3º 0.99% 0.62% -
HSV(B) 163.3º 0.76% 1% -
XYZ 47.73 76.01 66.8 -
YUV 189.84 133.73 35.39 -
System Red Green Blue C M Y K H S L
Decimal 60 254 200 0.76 0 0.21 0.00 163.3 0.99 0.62
Hex 3C FE C8 4C 0 15 0 A3 63 3E
Octal 74 376 310 114 0 25 0 243 143 76
Binary 111100 11111110 11001000 1001100 0 10101 0 10100011 1100011 111110

Color Harmonies of #3CFEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFEC8

Black with #3CFEC8

Text Example


Text Example

White with #3CFEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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