Html Css Color HEX #3ADFD1 Turquoise

📋 copy color: '#3ADFD1'

red 58 ◦ green 223 ◦ blue 209

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

Shades of Turquoise #3ADFD1

Tints of Turquoise #3ADFD1

RGB

 RED value IS 58 (23.05% from 255) = 11.84%

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

 BLUE value IS 209 (82.03% from 255) = 42.65%

R = 11.84%
G = 45.51%
B = 42.65%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#3ADFD1 (or 0x3ADFD1) is known color: Turquoise. HEX triplet: 3A, DF and D1. RGB value is (58,223,209). Sum of RGB (Red+Green+Blue) = 58+223+209=490 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.84% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADFD1 is #C5202E. Grayscale: #ABABAB. Windows color (decimal): -12918831 or 13754170. OLE color: 13754170.

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

Color convert

RGB 58 223 209 -
CMYK 0.74 0 0.06 0.13
HSL 174.91º 0.72% 0.55% -
HSV(B) 174.91º 0.74% 0.87% -
XYZ 39.64 58.28 69.48 -
YUV 172.07 148.84 46.64 -
System Red Green Blue C M Y K H S L
Decimal 58 223 209 0.74 0 0.06 0.13 174.91 0.72 0.55
Hex 3A DF D1 4A 0 6 D AF 48 37
Octal 72 337 321 112 0 6 15 257 110 67
Binary 111010 11011111 11010001 1001010 0 110 1101 10101111 1001000 110111

Color Harmonies of #3ADFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADFD1

Black with #3ADFD1

Text Example


Text Example

White with #3ADFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,223,209); }

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

background-color css

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

 a { background-color: rgb(58,223,209); }

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

border-color css

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

 span { border-color: rgb(58,223,209); }

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