Html Css Color HEX #3ADACE Turquoise

📋 copy color: '#3ADACE'

red 58 ◦ green 218 ◦ blue 206

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

Shades of Turquoise #3ADACE

Tints of Turquoise #3ADACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 12.03%
G = 45.23%
B = 42.74%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#3ADACE (or 0x3ADACE) is known color: Turquoise. HEX triplet: 3A, DA and CE. RGB value is (58,218,206). Sum of RGB (Red+Green+Blue) = 58+218+206=482 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.03% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADACE is #C52531. Grayscale: #A8A8A8. Windows color (decimal): -12920114 or 13556282. OLE color: 13556282.

HSL color Cylindrical-coordinate representation of color #3ADACE: hue angle of 175.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ADACE is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 218 206 -
CMYK 0.73 0 0.06 0.15
HSL 175.5º 0.68% 0.54% -
HSV(B) 175.5º 0.73% 0.85% -
XYZ 37.96 55.5 67.1 -
YUV 168.79 148.99 48.98 -
System Red Green Blue C M Y K H S L
Decimal 58 218 206 0.73 0 0.06 0.15 175.5 0.68 0.54
Hex 3A DA CE 49 0 6 F B0 44 36
Octal 72 332 316 111 0 6 17 260 104 66
Binary 111010 11011010 11001110 1001001 0 110 1111 10110000 1000100 110110

Color Harmonies of #3ADACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADACE

Black with #3ADACE

Text Example


Text Example

White with #3ADACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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