Html Css Color HEX #3FE7BD Turquoise

📋 copy color: '#3FE7BD'

red 63 ◦ green 231 ◦ blue 189

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

Shades of Turquoise #3FE7BD

Tints of Turquoise #3FE7BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.13%

R = 13.04%
G = 47.83%
B = 39.13%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#3FE7BD (or 0x3FE7BD) is known color: Turquoise. HEX triplet: 3F, E7 and BD. RGB value is (63,231,189). Sum of RGB (Red+Green+Blue) = 63+231+189=483 (63% of max value = 765). Red value is 63 (25% from 255 or 13.04% from 483); Green value is 231 (90.62% from 255 or 47.83% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE7BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE7BD is #C01842. Grayscale: #AFAFAF. Windows color (decimal): -12589123 or 12445503. OLE color: 12445503.

HSL color Cylindrical-coordinate representation of color #3FE7BD: hue angle of 165º 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 #3FE7BD is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 63 231 189 -
CMYK 0.73 0 0.18 0.09
HSL 165º 0.78% 0.58% -
HSV(B) 165º 0.73% 0.91% -
XYZ 39.81 61.88 57.99 -
YUV 175.98 135.34 47.42 -
System Red Green Blue C M Y K H S L
Decimal 63 231 189 0.73 0 0.18 0.09 165 0.78 0.58
Hex 3F E7 BD 49 0 12 9 A5 4E 3A
Octal 77 347 275 111 0 22 11 245 116 72
Binary 111111 11100111 10111101 1001001 0 10010 1001 10100101 1001110 111010

Color Harmonies of #3FE7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE7BD

Black with #3FE7BD

Text Example


Text Example

White with #3FE7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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