Html Css Color HEX #3DEBD5 Turquoise

📋 copy color: '#3DEBD5'

red 61 ◦ green 235 ◦ blue 213

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

Shades of Turquoise #3DEBD5

Tints of Turquoise #3DEBD5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.17%

 BLUE value IS 213 (83.59% from 255) = 41.85%

R = 11.98%
G = 46.17%
B = 41.85%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#3DEBD5 (or 0x3DEBD5) is known color: Turquoise. HEX triplet: 3D, EB and D5. RGB value is (61,235,213). Sum of RGB (Red+Green+Blue) = 61+235+213=509 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.98% from 509); Green value is 235 (92.19% from 255 or 46.17% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 235 - color contains mainly: green. Hex color #3DEBD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEBD5 is #C2142A. Grayscale: #B4B4B4. Windows color (decimal): -12719147 or 14019389. OLE color: 14019389.

HSL color Cylindrical-coordinate representation of color #3DEBD5: hue angle of 172.41º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEBD5 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 61 235 213 -
CMYK 0.74 0 0.09 0.08
HSL 172.41º 0.81% 0.58% -
HSV(B) 172.41º 0.74% 0.92% -
XYZ 43.64 65.21 73.24 -
YUV 180.47 146.35 42.79 -
System Red Green Blue C M Y K H S L
Decimal 61 235 213 0.74 0 0.09 0.08 172.41 0.81 0.58
Hex 3D EB D5 4A 0 9 8 AC 51 3A
Octal 75 353 325 112 0 11 10 254 121 72
Binary 111101 11101011 11010101 1001010 0 1001 1000 10101100 1010001 111010

Color Harmonies of #3DEBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEBD5

Black with #3DEBD5

Text Example


Text Example

White with #3DEBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,235,213); }

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

background-color css

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

 a { background-color: rgb(61,235,213); }

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

border-color css

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

 span { border-color: rgb(61,235,213); }

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