Html Css Color HEX #3CFEDF Turquoise

📋 copy color: '#3CFEDF'

red 60 ◦ green 254 ◦ blue 223

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

Shades of Turquoise #3CFEDF

Tints of Turquoise #3CFEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.53%

R = 11.17%
G = 47.3%
B = 41.53%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#3CFEDF (or 0x3CFEDF) is known color: Turquoise. HEX triplet: 3C, FE and DF. RGB value is (60,254,223). Sum of RGB (Red+Green+Blue) = 60+254+223=537 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.17% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFEDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFEDF is #C30120. Grayscale: #C0C0C0. Windows color (decimal): -12779809 or 14679612. OLE color: 14679612.

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

Color convert

RGB 60 254 223 -
CMYK 0.76 0 0.12 0.00
HSL 170.41º 0.99% 0.62% -
HSV(B) 170.41º 0.76% 1% -
XYZ 50.62 77.17 82.04 -
YUV 192.46 145.23 33.52 -
System Red Green Blue C M Y K H S L
Decimal 60 254 223 0.76 0 0.12 0.00 170.41 0.99 0.62
Hex 3C FE DF 4C 0 C 0 AA 63 3E
Octal 74 376 337 114 0 14 0 252 143 76
Binary 111100 11111110 11011111 1001100 0 1100 0 10101010 1100011 111110

Color Harmonies of #3CFEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFEDF

Black with #3CFEDF

Text Example


Text Example

White with #3CFEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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