Html Css Color HEX #3DF6B9 Turquoise

📋 copy color: '#3DF6B9'

red 61 ◦ green 246 ◦ blue 185

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

Shades of Turquoise #3DF6B9

Tints of Turquoise #3DF6B9

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50%

 BLUE value IS 185 (72.66% from 255) = 37.6%

R = 12.4%
G = 50%
B = 37.6%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#3DF6B9 (or 0x3DF6B9) is known color: Turquoise. HEX triplet: 3D, F6 and B9. RGB value is (61,246,185). Sum of RGB (Red+Green+Blue) = 61+246+185=492 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.40% from 492); Green value is 246 (96.48% from 255 or 50% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF6B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF6B9 is #C20946. Grayscale: #B7B7B7. Windows color (decimal): -12716359 or 12187197. OLE color: 12187197.

HSL color Cylindrical-coordinate representation of color #3DF6B9: hue angle of 160.22º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF6B9 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 61 246 185 -
CMYK 0.75 0 0.25 0.04
HSL 160.22º 0.91% 0.6% -
HSV(B) 160.22º 0.75% 0.96% -
XYZ 43.64 70.41 57.19 -
YUV 183.73 128.71 40.46 -
System Red Green Blue C M Y K H S L
Decimal 61 246 185 0.75 0 0.25 0.04 160.22 0.91 0.6
Hex 3D F6 B9 4B 0 19 4 A0 5B 3C
Octal 75 366 271 113 0 31 4 240 133 74
Binary 111101 11110110 10111001 1001011 0 11001 100 10100000 1011011 111100

Color Harmonies of #3DF6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF6B9

Black with #3DF6B9

Text Example


Text Example

White with #3DF6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,246,185); }

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

background-color css

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

 a { background-color: rgb(61,246,185); }

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

border-color css

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

 span { border-color: rgb(61,246,185); }

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