Html Css Color HEX #3ADBDA Turquoise

📋 copy color: '#3ADBDA'

red 58 ◦ green 219 ◦ blue 218

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

Shades of Turquoise #3ADBDA

Tints of Turquoise #3ADBDA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.24%

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 11.72%
G = 44.24%
B = 44.04%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#3ADBDA (or 0x3ADBDA) is known color: Turquoise. HEX triplet: 3A, DB and DA. RGB value is (58,219,218). Sum of RGB (Red+Green+Blue) = 58+219+218=495 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.72% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADBDA is #C52425. Grayscale: #AAAAAA. Windows color (decimal): -12919846 or 14342970. OLE color: 14342970.

HSL color Cylindrical-coordinate representation of color #3ADBDA: hue angle of 179.63º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADBDA is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 219 218 -
CMYK 0.74 0 0.00 0.14
HSL 179.63º 0.69% 0.54% -
HSV(B) 179.63º 0.74% 0.86% -
XYZ 39.73 56.62 75.17 -
YUV 170.75 154.66 47.58 -
System Red Green Blue C M Y K H S L
Decimal 58 219 218 0.74 0 0.00 0.14 179.63 0.69 0.54
Hex 3A DB DA 4A 0 0 E B4 45 36
Octal 72 333 332 112 0 0 16 264 105 66
Binary 111010 11011011 11011010 1001010 0 0 1110 10110100 1000101 110110

Color Harmonies of #3ADBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADBDA

Black with #3ADBDA

Text Example


Text Example

White with #3ADBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,219,218); }

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

background-color css

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

 a { background-color: rgb(58,219,218); }

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

border-color css

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

 span { border-color: rgb(58,219,218); }

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