Html Css Color HEX #3FEFB2 Turquoise

📋 copy color: '#3FEFB2'

red 63 ◦ green 239 ◦ blue 178

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

Shades of Turquoise #3FEFB2

Tints of Turquoise #3FEFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.08%

R = 13.13%
G = 49.79%
B = 37.08%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#3FEFB2 (or 0x3FEFB2) is known color: Turquoise. HEX triplet: 3F, EF and B2. RGB value is (63,239,178). Sum of RGB (Red+Green+Blue) = 63+239+178=480 (63% of max value = 765). Red value is 63 (25% from 255 or 13.12% from 480); Green value is 239 (93.75% from 255 or 49.79% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEFB2 is #C0104D. Grayscale: #B3B3B3. Windows color (decimal): -12587086 or 11726655. OLE color: 11726655.

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

Color convert

RGB 63 239 178 -
CMYK 0.74 0 0.26 0.06
HSL 159.2º 0.85% 0.59% -
HSV(B) 159.2º 0.74% 0.94% -
XYZ 40.95 66 52.7 -
YUV 179.42 127.19 44.96 -
System Red Green Blue C M Y K H S L
Decimal 63 239 178 0.74 0 0.26 0.06 159.2 0.85 0.59
Hex 3F EF B2 4A 0 1A 6 9F 55 3B
Octal 77 357 262 112 0 32 6 237 125 73
Binary 111111 11101111 10110010 1001010 0 11010 110 10011111 1010101 111011

Color Harmonies of #3FEFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEFB2

Black with #3FEFB2

Text Example


Text Example

White with #3FEFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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