Html Css Color HEX #3DFABF Turquoise

📋 copy color: '#3DFABF'

red 61 ◦ green 250 ◦ blue 191

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

Shades of Turquoise #3DFABF

Tints of Turquoise #3DFABF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.8%

 BLUE value IS 191 (75% from 255) = 38.05%

R = 12.15%
G = 49.8%
B = 38.05%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#3DFABF (or 0x3DFABF) is known color: Turquoise. HEX triplet: 3D, FA and BF. RGB value is (61,250,191). Sum of RGB (Red+Green+Blue) = 61+250+191=502 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.15% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #3DFABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFABF is #C20540. Grayscale: #BABABA. Windows color (decimal): -12715329 or 12581437. OLE color: 12581437.

HSL color Cylindrical-coordinate representation of color #3DFABF: hue angle of 161.27º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFABF is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 61 250 191 -
CMYK 0.76 0 0.24 0.02
HSL 161.27º 0.95% 0.61% -
HSV(B) 161.27º 0.76% 0.98% -
XYZ 45.51 73.12 61.01 -
YUV 186.76 130.38 38.3 -
System Red Green Blue C M Y K H S L
Decimal 61 250 191 0.76 0 0.24 0.02 161.27 0.95 0.61
Hex 3D FA BF 4C 0 18 2 A1 5F 3D
Octal 75 372 277 114 0 30 2 241 137 75
Binary 111101 11111010 10111111 1001100 0 11000 10 10100001 1011111 111101

Color Harmonies of #3DFABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DFABF

Black with #3DFABF

Text Example


Text Example

White with #3DFABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,250,191); }

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

background-color css

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

 a { background-color: rgb(61,250,191); }

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

border-color css

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

 span { border-color: rgb(61,250,191); }

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