Html Css Color HEX #3AD8DD Turquoise

📋 copy color: '#3AD8DD'

red 58 ◦ green 216 ◦ blue 221

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

Shades of Turquoise #3AD8DD

Tints of Turquoise #3AD8DD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.64%

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

R = 11.72%
G = 43.64%
B = 44.65%

CMYK

 C value IS 0.74

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3AD8DD (or 0x3AD8DD) is known color: Turquoise. HEX triplet: 3A, D8 and DD. RGB value is (58,216,221). Sum of RGB (Red+Green+Blue) = 58+216+221=495 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.72% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #3AD8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD8DD is #C52722. Grayscale: #A9A9A9. Windows color (decimal): -12920611 or 14538810. OLE color: 14538810.

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

Color convert

RGB 58 216 221 -
CMYK 0.74 0.02 0 0.13
HSL 181.84º 0.71% 0.55% -
HSV(B) 181.84º 0.74% 0.87% -
XYZ 39.35 55.23 76.99 -
YUV 169.33 157.15 48.59 -
System Red Green Blue C M Y K H S L
Decimal 58 216 221 0.74 0.02 0 0.13 181.84 0.71 0.55
Hex 3A D8 DD 4A 2 0 D B6 47 37
Octal 72 330 335 112 2 0 15 266 107 67
Binary 111010 11011000 11011101 1001010 10 0 1101 10110110 1000111 110111

Color Harmonies of #3AD8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD8DD

Black with #3AD8DD

Text Example


Text Example

White with #3AD8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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