Html Css Color HEX #3FF0E2 Turquoise

📋 copy color: '#3FF0E2'

red 63 ◦ green 240 ◦ blue 226

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

Shades of Turquoise #3FF0E2

Tints of Turquoise #3FF0E2

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.37%

 BLUE value IS 226 (88.67% from 255) = 42.72%

R = 11.91%
G = 45.37%
B = 42.72%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#3FF0E2 (or 0x3FF0E2) is known color: Turquoise. HEX triplet: 3F, F0 and E2. RGB value is (63,240,226). Sum of RGB (Red+Green+Blue) = 63+240+226=529 (70% of max value = 765). Red value is 63 (25% from 255 or 11.91% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 226 (88.67% from 255 or 42.72% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF0E2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF0E2 is #C00F1D. Grayscale: #B9B9B9. Windows color (decimal): -12586782 or 14872639. OLE color: 14872639.

HSL color Cylindrical-coordinate representation of color #3FF0E2: hue angle of 175.25º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF0E2 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 240 226 -
CMYK 0.74 0 0.06 0.06
HSL 175.25º 0.86% 0.59% -
HSV(B) 175.25º 0.74% 0.94% -
XYZ 46.94 68.87 82.77 -
YUV 185.48 150.86 40.64 -
System Red Green Blue C M Y K H S L
Decimal 63 240 226 0.74 0 0.06 0.06 175.25 0.86 0.59
Hex 3F F0 E2 4A 0 6 6 AF 56 3B
Octal 77 360 342 112 0 6 6 257 126 73
Binary 111111 11110000 11100010 1001010 0 110 110 10101111 1010110 111011

Color Harmonies of #3FF0E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF0E2

Black with #3FF0E2

Text Example


Text Example

White with #3FF0E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,240,226); }

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

background-color css

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

 a { background-color: rgb(63,240,226); }

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

border-color css

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

 span { border-color: rgb(63,240,226); }

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