Html Css Color HEX #3ADFD6 Turquoise

📋 copy color: '#3ADFD6'

red 58 ◦ green 223 ◦ blue 214

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

Shades of Turquoise #3ADFD6

Tints of Turquoise #3ADFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.23%

R = 11.72%
G = 45.05%
B = 43.23%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#3ADFD6 (or 0x3ADFD6) is known color: Turquoise. HEX triplet: 3A, DF and D6. RGB value is (58,223,214). Sum of RGB (Red+Green+Blue) = 58+223+214=495 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.72% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADFD6 is #C52029. Grayscale: #ACACAC. Windows color (decimal): -12918826 or 14081850. OLE color: 14081850.

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

Color convert

RGB 58 223 214 -
CMYK 0.74 0 0.04 0.13
HSL 176.73º 0.72% 0.55% -
HSV(B) 176.73º 0.74% 0.87% -
XYZ 40.27 58.53 72.79 -
YUV 172.64 151.34 46.23 -
System Red Green Blue C M Y K H S L
Decimal 58 223 214 0.74 0 0.04 0.13 176.73 0.72 0.55
Hex 3A DF D6 4A 0 4 D B1 48 37
Octal 72 337 326 112 0 4 15 261 110 67
Binary 111010 11011111 11010110 1001010 0 100 1101 10110001 1001000 110111

Color Harmonies of #3ADFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADFD6

Black with #3ADFD6

Text Example


Text Example

White with #3ADFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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