Html Css Color HEX #3EFCE6 Turquoise

📋 copy color: '#3EFCE6'

red 62 ◦ green 252 ◦ blue 230

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

Shades of Turquoise #3EFCE6

Tints of Turquoise #3EFCE6

RGB

 RED value IS 62 (24.61% from 255) = 11.4%

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

 BLUE value IS 230 (90.23% from 255) = 42.28%

R = 11.4%
G = 46.32%
B = 42.28%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#3EFCE6 (or 0x3EFCE6) is known color: Turquoise. HEX triplet: 3E, FC and E6. RGB value is (62,252,230). Sum of RGB (Red+Green+Blue) = 62+252+230=544 (72% of max value = 765). Red value is 62 (24.61% from 255 or 11.40% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFCE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFCE6 is #C10319. Grayscale: #C0C0C0. Windows color (decimal): -12649242 or 15137854. OLE color: 15137854.

HSL color Cylindrical-coordinate representation of color #3EFCE6: hue angle of 173.05º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFCE6 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 62 252 230 -
CMYK 0.75 0 0.09 0.01
HSL 173.05º 0.97% 0.62% -
HSV(B) 173.05º 0.75% 0.99% -
XYZ 51.08 76.36 86.91 -
YUV 192.68 149.05 34.79 -
System Red Green Blue C M Y K H S L
Decimal 62 252 230 0.75 0 0.09 0.01 173.05 0.97 0.62
Hex 3E FC E6 4B 0 9 1 AD 61 3E
Octal 76 374 346 113 0 11 1 255 141 76
Binary 111110 11111100 11100110 1001011 0 1001 1 10101101 1100001 111110

Color Harmonies of #3EFCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFCE6

Black with #3EFCE6

Text Example


Text Example

White with #3EFCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,252,230); }

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

background-color css

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

 a { background-color: rgb(62,252,230); }

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

border-color css

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

 span { border-color: rgb(62,252,230); }

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