Html Css Color HEX #3DEBDD Turquoise

📋 copy color: '#3DEBDD'

red 61 ◦ green 235 ◦ blue 221

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

Shades of Turquoise #3DEBDD

Tints of Turquoise #3DEBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 11.8%
G = 45.45%
B = 42.75%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#3DEBDD (or 0x3DEBDD) is known color: Turquoise. HEX triplet: 3D, EB and DD. RGB value is (61,235,221). Sum of RGB (Red+Green+Blue) = 61+235+221=517 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.80% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #3DEBDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEBDD is #C21422. Grayscale: #B5B5B5. Windows color (decimal): -12719139 or 14543677. OLE color: 14543677.

HSL color Cylindrical-coordinate representation of color #3DEBDD: hue angle of 175.17º 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 #3DEBDD is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 61 235 221 -
CMYK 0.74 0 0.06 0.08
HSL 175.17º 0.81% 0.58% -
HSV(B) 175.17º 0.74% 0.92% -
XYZ 44.68 65.63 78.72 -
YUV 181.38 150.35 42.14 -
System Red Green Blue C M Y K H S L
Decimal 61 235 221 0.74 0 0.06 0.08 175.17 0.81 0.58
Hex 3D EB DD 4A 0 6 8 AF 51 3A
Octal 75 353 335 112 0 6 10 257 121 72
Binary 111101 11101011 11011101 1001010 0 110 1000 10101111 1010001 111010

Color Harmonies of #3DEBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEBDD

Black with #3DEBDD

Text Example


Text Example

White with #3DEBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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