Html Css Color HEX #3DFFB0 Turquoise

📋 copy color: '#3DFFB0'

red 61 ◦ green 255 ◦ blue 176

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

Shades of Turquoise #3DFFB0

Tints of Turquoise #3DFFB0

RGB

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

 GREEN value IS 255 (100% from 255) = 51.83%

 BLUE value IS 176 (69.14% from 255) = 35.77%

R = 12.4%
G = 51.83%
B = 35.77%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#3DFFB0 (or 0x3DFFB0) is known color: Turquoise. HEX triplet: 3D, FF and B0. RGB value is (61,255,176). Sum of RGB (Red+Green+Blue) = 61+255+176=492 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.40% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFFB0 is #C2004F. Grayscale: #BCBCBC. Windows color (decimal): -12714064 or 11599677. OLE color: 11599677.

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

Color convert

RGB 61 255 176 -
CMYK 0.76 0 0.31 0
HSL 155.57º 1% 0.62% -
HSV(B) 155.57º 0.76% 1% -
XYZ 45.52 75.65 53.28 -
YUV 187.99 121.23 37.42 -
System Red Green Blue C M Y K H S L
Decimal 61 255 176 0.76 0 0.31 0 155.57 1 0.62
Hex 3D FF B0 4C 0 1F 0 9C 64 3E
Octal 75 377 260 114 0 37 0 234 144 76
Binary 111101 11111111 10110000 1001100 0 11111 0 10011100 1100100 111110

Color Harmonies of #3DFFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DFFB0

Black with #3DFFB0

Text Example


Text Example

White with #3DFFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,255,176); }

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

background-color css

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

 a { background-color: rgb(61,255,176); }

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

border-color css

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

 span { border-color: rgb(61,255,176); }

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