Html Css Color HEX #3DDFD5 Turquoise

📋 copy color: '#3DDFD5'

red 61 ◦ green 223 ◦ blue 213

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

Shades of Turquoise #3DDFD5

Tints of Turquoise #3DDFD5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.87%

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

R = 12.27%
G = 44.87%
B = 42.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#3DDFD5 (or 0x3DDFD5) is known color: Turquoise. HEX triplet: 3D, DF and D5. RGB value is (61,223,213). Sum of RGB (Red+Green+Blue) = 61+223+213=497 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.27% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDFD5 is #C2202A. Grayscale: #ADADAD. Windows color (decimal): -12722219 or 14016317. OLE color: 14016317.

HSL color Cylindrical-coordinate representation of color #3DDFD5: hue angle of 176.3º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDFD5 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 223 213 -
CMYK 0.73 0 0.04 0.13
HSL 176.3º 0.72% 0.56% -
HSV(B) 176.3º 0.73% 0.87% -
XYZ 40.32 58.57 72.13 -
YUV 173.42 150.33 47.81 -
System Red Green Blue C M Y K H S L
Decimal 61 223 213 0.73 0 0.04 0.13 176.3 0.72 0.56
Hex 3D DF D5 49 0 4 D B0 48 38
Octal 75 337 325 111 0 4 15 260 110 70
Binary 111101 11011111 11010101 1001001 0 100 1101 10110000 1001000 111000

Color Harmonies of #3DDFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDFD5

Black with #3DDFD5

Text Example


Text Example

White with #3DDFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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