Html Css Color HEX #3ACDDB Medium Turquoise

📋 copy color: '#3ACDDB'

red 58 ◦ green 205 ◦ blue 219

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

Shades of Medium Turquoise #3ACDDB

Tints of Medium Turquoise #3ACDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.53%

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

R = 12.03%
G = 42.53%
B = 45.44%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3ACDDB (or 0x3ACDDB) is known color: Medium Turquoise. HEX triplet: 3A, CD and DB. RGB value is (58,205,219). Sum of RGB (Red+Green+Blue) = 58+205+219=482 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.03% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #3ACDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACDDB is #C53224. Grayscale: #A2A2A2. Windows color (decimal): -12923429 or 14404922. OLE color: 14404922.

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

Color convert

RGB 58 205 219 -
CMYK 0.74 0.06 0 0.14
HSL 185.22º 0.69% 0.54% -
HSV(B) 185.22º 0.74% 0.86% -
XYZ 36.36 49.68 74.69 -
YUV 162.64 159.8 53.36 -
System Red Green Blue C M Y K H S L
Decimal 58 205 219 0.74 0.06 0 0.14 185.22 0.69 0.54
Hex 3A CD DB 4A 6 0 E B9 45 36
Octal 72 315 333 112 6 0 16 271 105 66
Binary 111010 11001101 11011011 1001010 110 0 1110 10111001 1000101 110110

Color Harmonies of #3ACDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACDDB

Black with #3ACDDB

Text Example


Text Example

White with #3ACDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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