Html Css Color HEX #3FEFB4 Turquoise

📋 copy color: '#3FEFB4'

red 63 ◦ green 239 ◦ blue 180

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

Shades of Turquoise #3FEFB4

Tints of Turquoise #3FEFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.34%

R = 13.07%
G = 49.59%
B = 37.34%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#3FEFB4 (or 0x3FEFB4) is known color: Turquoise. HEX triplet: 3F, EF and B4. RGB value is (63,239,180). Sum of RGB (Red+Green+Blue) = 63+239+180=482 (63% of max value = 765). Red value is 63 (25% from 255 or 13.07% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFB4 is #C0104B. Grayscale: #B3B3B3. Windows color (decimal): -12587084 or 11857727. OLE color: 11857727.

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

Color convert

RGB 63 239 180 -
CMYK 0.74 0 0.25 0.06
HSL 159.89º 0.85% 0.59% -
HSV(B) 159.89º 0.74% 0.94% -
XYZ 41.15 66.09 53.77 -
YUV 179.65 128.19 44.8 -
System Red Green Blue C M Y K H S L
Decimal 63 239 180 0.74 0 0.25 0.06 159.89 0.85 0.59
Hex 3F EF B4 4A 0 19 6 A0 55 3B
Octal 77 357 264 112 0 31 6 240 125 73
Binary 111111 11101111 10110100 1001010 0 11001 110 10100000 1010101 111011

Color Harmonies of #3FEFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEFB4

Black with #3FEFB4

Text Example


Text Example

White with #3FEFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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