Html Css Color HEX #3FE7CF Turquoise

📋 copy color: '#3FE7CF'

red 63 ◦ green 231 ◦ blue 207

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

Shades of Turquoise #3FE7CF

Tints of Turquoise #3FE7CF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.11%

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

R = 12.57%
G = 46.11%
B = 41.32%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#3FE7CF (or 0x3FE7CF) is known color: Turquoise. HEX triplet: 3F, E7 and CF. RGB value is (63,231,207). Sum of RGB (Red+Green+Blue) = 63+231+207=501 (66% of max value = 765). Red value is 63 (25% from 255 or 12.57% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE7CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE7CF is #C01830. Grayscale: #B1B1B1. Windows color (decimal): -12589105 or 13625151. OLE color: 13625151.

HSL color Cylindrical-coordinate representation of color #3FE7CF: hue angle of 171.43º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE7CF is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 63 231 207 -
CMYK 0.73 0 0.10 0.09
HSL 171.43º 0.78% 0.58% -
HSV(B) 171.43º 0.73% 0.91% -
XYZ 41.89 62.71 68.93 -
YUV 178.03 144.34 45.95 -
System Red Green Blue C M Y K H S L
Decimal 63 231 207 0.73 0 0.10 0.09 171.43 0.78 0.58
Hex 3F E7 CF 49 0 A 9 AB 4E 3A
Octal 77 347 317 111 0 12 11 253 116 72
Binary 111111 11100111 11001111 1001001 0 1010 1001 10101011 1001110 111010

Color Harmonies of #3FE7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE7CF

Black with #3FE7CF

Text Example


Text Example

White with #3FE7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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