Html Css Color HEX #3ADADE Turquoise

📋 copy color: '#3ADADE'

red 58 ◦ green 218 ◦ blue 222

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

Shades of Turquoise #3ADADE

Tints of Turquoise #3ADADE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.78%

 BLUE value IS 222 (87.11% from 255) = 44.58%

R = 11.65%
G = 43.78%
B = 44.58%

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

#3ADADE (or 0x3ADADE) is known color: Turquoise. HEX triplet: 3A, DA and DE. RGB value is (58,218,222). Sum of RGB (Red+Green+Blue) = 58+218+222=498 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.65% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #3ADADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADADE is #C52521. Grayscale: #AAAAAA. Windows color (decimal): -12920098 or 14604858. OLE color: 14604858.

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

Color convert

RGB 58 218 222 -
CMYK 0.74 0.02 0 0.13
HSL 181.46º 0.71% 0.55% -
HSV(B) 181.46º 0.74% 0.87% -
XYZ 40 56.32 77.87 -
YUV 170.62 156.99 47.67 -
System Red Green Blue C M Y K H S L
Decimal 58 218 222 0.74 0.02 0 0.13 181.46 0.71 0.55
Hex 3A DA DE 4A 2 0 D B5 47 37
Octal 72 332 336 112 2 0 15 265 107 67
Binary 111010 11011010 11011110 1001010 10 0 1101 10110101 1000111 110111

Color Harmonies of #3ADADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADADE

Black with #3ADADE

Text Example


Text Example

White with #3ADADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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