Html Css Color HEX #3FE1CF Turquoise

📋 copy color: '#3FE1CF'

red 63 ◦ green 225 ◦ blue 207

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

Shades of Turquoise #3FE1CF

Tints of Turquoise #3FE1CF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.45%

 BLUE value IS 207 (81.25% from 255) = 41.82%

R = 12.73%
G = 45.45%
B = 41.82%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#3FE1CF (or 0x3FE1CF) is known color: Turquoise. HEX triplet: 3F, E1 and CF. RGB value is (63,225,207). Sum of RGB (Red+Green+Blue) = 63+225+207=495 (65% of max value = 765). Red value is 63 (25% from 255 or 12.73% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE1CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE1CF is #C01E30. Grayscale: #AEAEAE. Windows color (decimal): -12590641 or 13623615. OLE color: 13623615.

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

Color convert

RGB 63 225 207 -
CMYK 0.72 0 0.08 0.12
HSL 173.33º 0.73% 0.56% -
HSV(B) 173.33º 0.72% 0.88% -
XYZ 40.24 59.41 68.38 -
YUV 174.51 146.33 48.46 -
System Red Green Blue C M Y K H S L
Decimal 63 225 207 0.72 0 0.08 0.12 173.33 0.73 0.56
Hex 3F E1 CF 48 0 8 C AD 49 38
Octal 77 341 317 110 0 10 14 255 111 70
Binary 111111 11100001 11001111 1001000 0 1000 1100 10101101 1001001 111000

Color Harmonies of #3FE1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE1CF

Black with #3FE1CF

Text Example


Text Example

White with #3FE1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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