Html Css Color HEX #3FD7E1 Turquoise

📋 copy color: '#3FD7E1'

red 63 ◦ green 215 ◦ blue 225

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

Shades of Turquoise #3FD7E1

Tints of Turquoise #3FD7E1

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.74%

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

R = 12.52%
G = 42.74%
B = 44.73%

CMYK

 C value IS 0.72

 M value IS 0.04

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3FD7E1 (or 0x3FD7E1) is known color: Turquoise. HEX triplet: 3F, D7 and E1. RGB value is (63,215,225). Sum of RGB (Red+Green+Blue) = 63+215+225=503 (66% of max value = 765). Red value is 63 (25% from 255 or 12.52% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #3FD7E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD7E1 is #C0281E. Grayscale: #AAAAAA. Windows color (decimal): -12593183 or 14800703. OLE color: 14800703.

HSL color Cylindrical-coordinate representation of color #3FD7E1: hue angle of 183.7º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FD7E1 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 63 215 225 -
CMYK 0.72 0.04 0 0.12
HSL 183.7º 0.73% 0.56% -
HSV(B) 183.7º 0.72% 0.88% -
XYZ 39.94 55.09 79.76 -
YUV 170.69 158.64 51.19 -
System Red Green Blue C M Y K H S L
Decimal 63 215 225 0.72 0.04 0 0.12 183.7 0.73 0.56
Hex 3F D7 E1 48 4 0 C B8 49 38
Octal 77 327 341 110 4 0 14 270 111 70
Binary 111111 11010111 11100001 1001000 100 0 1100 10111000 1001001 111000

Color Harmonies of #3FD7E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD7E1

Black with #3FD7E1

Text Example


Text Example

White with #3FD7E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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