Html Css Color HEX #3FF6E1 Turquoise

📋 copy color: '#3FF6E1'

red 63 ◦ green 246 ◦ blue 225

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

Shades of Turquoise #3FF6E1

Tints of Turquoise #3FF6E1

RGB

 RED value IS 63 (25% from 255) = 11.8%

 GREEN value IS 246 (96.48% from 255) = 46.07%

 BLUE value IS 225 (88.28% from 255) = 42.13%

R = 11.8%
G = 46.07%
B = 42.13%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#3FF6E1 (or 0x3FF6E1) is known color: Turquoise. HEX triplet: 3F, F6 and E1. RGB value is (63,246,225). Sum of RGB (Red+Green+Blue) = 63+246+225=534 (70% of max value = 765). Red value is 63 (25% from 255 or 11.80% from 534); Green value is 246 (96.48% from 255 or 46.07% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF6E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF6E1 is #C0091E. Grayscale: #BCBCBC. Windows color (decimal): -12585247 or 14808639. OLE color: 14808639.

HSL color Cylindrical-coordinate representation of color #3FF6E1: hue angle of 173.11º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF6E1 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 63 246 225 -
CMYK 0.74 0 0.09 0.04
HSL 173.11º 0.91% 0.61% -
HSV(B) 173.11º 0.74% 0.96% -
XYZ 48.6 72.4 82.65 -
YUV 188.89 148.37 38.21 -
System Red Green Blue C M Y K H S L
Decimal 63 246 225 0.74 0 0.09 0.04 173.11 0.91 0.61
Hex 3F F6 E1 4A 0 9 4 AD 5B 3D
Octal 77 366 341 112 0 11 4 255 133 75
Binary 111111 11110110 11100001 1001010 0 1001 100 10101101 1011011 111101

Color Harmonies of #3FF6E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF6E1

Black with #3FF6E1

Text Example


Text Example

White with #3FF6E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,246,225); }

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

background-color css

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

 a { background-color: rgb(63,246,225); }

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

border-color css

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

 span { border-color: rgb(63,246,225); }

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