Html Css Color HEX #3FF1B5 Turquoise

📋 copy color: '#3FF1B5'

red 63 ◦ green 241 ◦ blue 181

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

Shades of Turquoise #3FF1B5

Tints of Turquoise #3FF1B5

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.69%

 BLUE value IS 181 (71.09% from 255) = 37.32%

R = 12.99%
G = 49.69%
B = 37.32%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#3FF1B5 (or 0x3FF1B5) is known color: Turquoise. HEX triplet: 3F, F1 and B5. RGB value is (63,241,181). Sum of RGB (Red+Green+Blue) = 63+241+181=485 (64% of max value = 765). Red value is 63 (25% from 255 or 12.99% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF1B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF1B5 is #C00E4A. Grayscale: #B5B5B5. Windows color (decimal): -12586571 or 11923775. OLE color: 11923775.

HSL color Cylindrical-coordinate representation of color #3FF1B5: hue angle of 159.78º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF1B5 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 63 241 181 -
CMYK 0.74 0 0.25 0.05
HSL 159.78º 0.86% 0.6% -
HSV(B) 159.78º 0.74% 0.95% -
XYZ 41.85 67.3 54.5 -
YUV 180.94 128.03 43.88 -
System Red Green Blue C M Y K H S L
Decimal 63 241 181 0.74 0 0.25 0.05 159.78 0.86 0.6
Hex 3F F1 B5 4A 0 19 5 A0 56 3C
Octal 77 361 265 112 0 31 5 240 126 74
Binary 111111 11110001 10110101 1001010 0 11001 101 10100000 1010110 111100

Color Harmonies of #3FF1B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF1B5

Black with #3FF1B5

Text Example


Text Example

White with #3FF1B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,241,181); }

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

background-color css

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

 a { background-color: rgb(63,241,181); }

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

border-color css

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

 span { border-color: rgb(63,241,181); }

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