Html Css Color HEX #3DECBB Turquoise

📋 copy color: '#3DECBB'

red 61 ◦ green 236 ◦ blue 187

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

Shades of Turquoise #3DECBB

Tints of Turquoise #3DECBB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.76%

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 12.6%
G = 48.76%
B = 38.64%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#3DECBB (or 0x3DECBB) is known color: Turquoise. HEX triplet: 3D, EC and BB. RGB value is (61,236,187). Sum of RGB (Red+Green+Blue) = 61+236+187=484 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.60% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #3DECBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DECBB is #C21344. Grayscale: #B2B2B2. Windows color (decimal): -12718917 or 12315709. OLE color: 12315709.

HSL color Cylindrical-coordinate representation of color #3DECBB: hue angle of 163.2º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DECBB is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 61 236 187 -
CMYK 0.74 0 0.21 0.07
HSL 163.2º 0.82% 0.58% -
HSV(B) 163.2º 0.74% 0.93% -
XYZ 40.89 64.57 57.32 -
YUV 178.09 133.02 44.48 -
System Red Green Blue C M Y K H S L
Decimal 61 236 187 0.74 0 0.21 0.07 163.2 0.82 0.58
Hex 3D EC BB 4A 0 15 7 A3 52 3A
Octal 75 354 273 112 0 25 7 243 122 72
Binary 111101 11101100 10111011 1001010 0 10101 111 10100011 1010010 111010

Color Harmonies of #3DECBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DECBB

Black with #3DECBB

Text Example


Text Example

White with #3DECBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,236,187); }

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

background-color css

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

 a { background-color: rgb(61,236,187); }

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

border-color css

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

 span { border-color: rgb(61,236,187); }

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