Html Css Color HEX #3CFCE4 Turquoise

📋 copy color: '#3CFCE4'

red 60 ◦ green 252 ◦ blue 228

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

Shades of Turquoise #3CFCE4

Tints of Turquoise #3CFCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.22%

R = 11.11%
G = 46.67%
B = 42.22%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#3CFCE4 (or 0x3CFCE4) is known color: Turquoise. HEX triplet: 3C, FC and E4. RGB value is (60,252,228). Sum of RGB (Red+Green+Blue) = 60+252+228=540 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.11% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 228 (89.45% from 255 or 42.22% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFCE4 is #C3031B. Grayscale: #BFBFBF. Windows color (decimal): -12780316 or 15006780. OLE color: 15006780.

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

Color convert

RGB 60 252 228 -
CMYK 0.76 0 0.10 0.01
HSL 172.5º 0.97% 0.61% -
HSV(B) 172.5º 0.76% 0.99% -
XYZ 50.68 76.18 85.43 -
YUV 191.86 148.39 33.95 -
System Red Green Blue C M Y K H S L
Decimal 60 252 228 0.76 0 0.10 0.01 172.5 0.97 0.61
Hex 3C FC E4 4C 0 A 1 AC 61 3D
Octal 74 374 344 114 0 12 1 254 141 75
Binary 111100 11111100 11100100 1001100 0 1010 1 10101100 1100001 111101

Color Harmonies of #3CFCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFCE4

Black with #3CFCE4

Text Example


Text Example

White with #3CFCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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