Html Css Color HEX #3DEFBA Turquoise

📋 copy color: '#3DEFBA'

red 61 ◦ green 239 ◦ blue 186

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

Shades of Turquoise #3DEFBA

Tints of Turquoise #3DEFBA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.18%

 BLUE value IS 186 (73.05% from 255) = 38.27%

R = 12.55%
G = 49.18%
B = 38.27%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#3DEFBA (or 0x3DEFBA) is known color: Turquoise. HEX triplet: 3D, EF and BA. RGB value is (61,239,186). Sum of RGB (Red+Green+Blue) = 61+239+186=486 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.55% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEFBA is #C21045. Grayscale: #B3B3B3. Windows color (decimal): -12718150 or 12250941. OLE color: 12250941.

HSL color Cylindrical-coordinate representation of color #3DEFBA: hue angle of 162.13º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEFBA is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 61 239 186 -
CMYK 0.74 0 0.22 0.06
HSL 162.13º 0.85% 0.59% -
HSV(B) 162.13º 0.74% 0.94% -
XYZ 41.65 66.27 57.05 -
YUV 179.74 131.53 43.31 -
System Red Green Blue C M Y K H S L
Decimal 61 239 186 0.74 0 0.22 0.06 162.13 0.85 0.59
Hex 3D EF BA 4A 0 16 6 A2 55 3B
Octal 75 357 272 112 0 26 6 242 125 73
Binary 111101 11101111 10111010 1001010 0 10110 110 10100010 1010101 111011

Color Harmonies of #3DEFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEFBA

Black with #3DEFBA

Text Example


Text Example

White with #3DEFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,239,186); }

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

background-color css

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

 a { background-color: rgb(61,239,186); }

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

border-color css

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

 span { border-color: rgb(61,239,186); }

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