Html Css Color HEX #3FEFBD Turquoise

📋 copy color: '#3FEFBD'

red 63 ◦ green 239 ◦ blue 189

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

Shades of Turquoise #3FEFBD

Tints of Turquoise #3FEFBD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.68%

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

R = 12.83%
G = 48.68%
B = 38.49%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#3FEFBD (or 0x3FEFBD) is known color: Turquoise. HEX triplet: 3F, EF and BD. RGB value is (63,239,189). Sum of RGB (Red+Green+Blue) = 63+239+189=491 (65% of max value = 765). Red value is 63 (25% from 255 or 12.83% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFBD is #C01042. Grayscale: #B4B4B4. Windows color (decimal): -12587075 or 12447551. OLE color: 12447551.

HSL color Cylindrical-coordinate representation of color #3FEFBD: hue angle of 162.95º degrees, saturation: 0.85, 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 #3FEFBD is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 239 189 -
CMYK 0.74 0 0.21 0.06
HSL 162.95º 0.85% 0.59% -
HSV(B) 162.95º 0.74% 0.94% -
XYZ 42.1 66.46 58.75 -
YUV 180.68 132.69 44.07 -
System Red Green Blue C M Y K H S L
Decimal 63 239 189 0.74 0 0.21 0.06 162.95 0.85 0.59
Hex 3F EF BD 4A 0 15 6 A3 55 3B
Octal 77 357 275 112 0 25 6 243 125 73
Binary 111111 11101111 10111101 1001010 0 10101 110 10100011 1010101 111011

Color Harmonies of #3FEFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEFBD

Black with #3FEFBD

Text Example


Text Example

White with #3FEFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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