Html Css Color HEX #3ADCDB Turquoise

📋 copy color: '#3ADCDB'

red 58 ◦ green 220 ◦ blue 219

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

Shades of Turquoise #3ADCDB

Tints of Turquoise #3ADCDB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.27%

 BLUE value IS 219 (85.94% from 255) = 44.06%

R = 11.67%
G = 44.27%
B = 44.06%

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

#3ADCDB (or 0x3ADCDB) is known color: Turquoise. HEX triplet: 3A, DC and DB. RGB value is (58,220,219). Sum of RGB (Red+Green+Blue) = 58+220+219=497 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.67% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADCDB is #C52324. Grayscale: #ABABAB. Windows color (decimal): -12919589 or 14408762. OLE color: 14408762.

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

Color convert

RGB 58 220 219 -
CMYK 0.74 0 0.00 0.14
HSL 179.63º 0.7% 0.55% -
HSV(B) 179.63º 0.74% 0.86% -
XYZ 40.12 57.2 75.94 -
YUV 171.45 154.83 47.08 -
System Red Green Blue C M Y K H S L
Decimal 58 220 219 0.74 0 0.00 0.14 179.63 0.7 0.55
Hex 3A DC DB 4A 0 0 E B4 46 37
Octal 72 334 333 112 0 0 16 264 106 67
Binary 111010 11011100 11011011 1001010 0 0 1110 10110100 1000110 110111

Color Harmonies of #3ADCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADCDB

Black with #3ADCDB

Text Example


Text Example

White with #3ADCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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