Html Css Color HEX #3DFEB1 Turquoise

📋 copy color: '#3DFEB1'

red 61 ◦ green 254 ◦ blue 177

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

Shades of Turquoise #3DFEB1

Tints of Turquoise #3DFEB1

RGB

 RED value IS 61 (24.22% from 255) = 12.4%

 GREEN value IS 254 (99.61% from 255) = 51.63%

 BLUE value IS 177 (69.53% from 255) = 35.98%

R = 12.4%
G = 51.63%
B = 35.98%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#3DFEB1 (or 0x3DFEB1) is known color: Turquoise. HEX triplet: 3D, FE and B1. RGB value is (61,254,177). Sum of RGB (Red+Green+Blue) = 61+254+177=492 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.40% from 492); Green value is 254 (99.61% from 255 or 51.63% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFEB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFEB1 is #C2014E. Grayscale: #BBBBBB. Windows color (decimal): -12714319 or 11664957. OLE color: 11664957.

HSL color Cylindrical-coordinate representation of color #3DFEB1: hue angle of 156.06º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFEB1 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 61 254 177 -
CMYK 0.76 0 0.30 0.00
HSL 156.06º 0.99% 0.62% -
HSV(B) 156.06º 0.76% 1% -
XYZ 45.3 75.05 53.69 -
YUV 187.52 122.06 37.76 -
System Red Green Blue C M Y K H S L
Decimal 61 254 177 0.76 0 0.30 0.00 156.06 0.99 0.62
Hex 3D FE B1 4C 0 1E 0 9C 63 3E
Octal 75 376 261 114 0 36 0 234 143 76
Binary 111101 11111110 10110001 1001100 0 11110 0 10011100 1100011 111110

Color Harmonies of #3DFEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DFEB1

Black with #3DFEB1

Text Example


Text Example

White with #3DFEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,254,177); }

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

background-color css

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

 a { background-color: rgb(61,254,177); }

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

border-color css

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

 span { border-color: rgb(61,254,177); }

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