Html Css Color HEX #3DEDDD Turquoise

📋 copy color: '#3DEDDD'

red 61 ◦ green 237 ◦ blue 221

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

Shades of Turquoise #3DEDDD

Tints of Turquoise #3DEDDD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.66%

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

R = 11.75%
G = 45.66%
B = 42.58%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#3DEDDD (or 0x3DEDDD) is known color: Turquoise. HEX triplet: 3D, ED and DD. RGB value is (61,237,221). Sum of RGB (Red+Green+Blue) = 61+237+221=519 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.75% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #3DEDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEDDD is #C21222. Grayscale: #B6B6B6. Windows color (decimal): -12718627 or 14544189. OLE color: 14544189.

HSL color Cylindrical-coordinate representation of color #3DEDDD: hue angle of 174.55º degrees, saturation: 0.83, 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 #3DEDDD is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 61 237 221 -
CMYK 0.74 0 0.07 0.07
HSL 174.55º 0.83% 0.58% -
HSV(B) 174.55º 0.74% 0.93% -
XYZ 45.26 66.78 78.91 -
YUV 182.55 149.69 41.3 -
System Red Green Blue C M Y K H S L
Decimal 61 237 221 0.74 0 0.07 0.07 174.55 0.83 0.58
Hex 3D ED DD 4A 0 7 7 AF 53 3A
Octal 75 355 335 112 0 7 7 257 123 72
Binary 111101 11101101 11011101 1001010 0 111 111 10101111 1010011 111010

Color Harmonies of #3DEDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEDDD

Black with #3DEDDD

Text Example


Text Example

White with #3DEDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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