Html Css Color HEX #3ADDDF Turquoise

📋 copy color: '#3ADDDF'

red 58 ◦ green 221 ◦ blue 223

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

Shades of Turquoise #3ADDDF

Tints of Turquoise #3ADDDF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.02%

 BLUE value IS 223 (87.5% from 255) = 44.42%

R = 11.55%
G = 44.02%
B = 44.42%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3ADDDF (or 0x3ADDDF) is known color: Turquoise. HEX triplet: 3A, DD and DF. RGB value is (58,221,223). Sum of RGB (Red+Green+Blue) = 58+221+223=502 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.55% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #3ADDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADDDF is #C52220. Grayscale: #ACACAC. Windows color (decimal): -12919329 or 14671162. OLE color: 14671162.

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

Color convert

RGB 58 221 223 -
CMYK 0.74 0.01 0 0.13
HSL 180.73º 0.72% 0.55% -
HSV(B) 180.73º 0.74% 0.87% -
XYZ 40.92 57.94 78.84 -
YUV 172.49 156.5 46.34 -
System Red Green Blue C M Y K H S L
Decimal 58 221 223 0.74 0.01 0 0.13 180.73 0.72 0.55
Hex 3A DD DF 4A 1 0 D B5 48 37
Octal 72 335 337 112 1 0 15 265 110 67
Binary 111010 11011101 11011111 1001010 1 0 1101 10110101 1001000 110111

Color Harmonies of #3ADDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADDDF

Black with #3ADDDF

Text Example


Text Example

White with #3ADDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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