Html Css Color HEX #3CFCE7 Turquoise

📋 copy color: '#3CFCE7'

red 60 ◦ green 252 ◦ blue 231

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

Shades of Turquoise #3CFCE7

Tints of Turquoise #3CFCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.54%

R = 11.05%
G = 46.41%
B = 42.54%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#3CFCE7 (or 0x3CFCE7) is known color: Turquoise. HEX triplet: 3C, FC and E7. RGB value is (60,252,231). Sum of RGB (Red+Green+Blue) = 60+252+231=543 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.05% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 231 (90.62% from 255 or 42.54% from 543); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFCE7 is #C30318. Grayscale: #C0C0C0. Windows color (decimal): -12780313 or 15203388. OLE color: 15203388.

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

Color convert

RGB 60 252 231 -
CMYK 0.76 0 0.08 0.01
HSL 173.44º 0.97% 0.61% -
HSV(B) 173.44º 0.76% 0.99% -
XYZ 51.1 76.35 87.65 -
YUV 192.2 149.89 33.71 -
System Red Green Blue C M Y K H S L
Decimal 60 252 231 0.76 0 0.08 0.01 173.44 0.97 0.61
Hex 3C FC E7 4C 0 8 1 AD 61 3D
Octal 74 374 347 114 0 10 1 255 141 75
Binary 111100 11111100 11100111 1001100 0 1000 1 10101101 1100001 111101

Color Harmonies of #3CFCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFCE7

Black with #3CFCE7

Text Example


Text Example

White with #3CFCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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