Html Css Color HEX #3ACDCB Medium Turquoise

📋 copy color: '#3ACDCB'

red 58 ◦ green 205 ◦ blue 203

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

Shades of Medium Turquoise #3ACDCB

Tints of Medium Turquoise #3ACDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.56%

R = 12.45%
G = 43.99%
B = 43.56%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#3ACDCB (or 0x3ACDCB) is known color: Medium Turquoise. HEX triplet: 3A, CD and CB. RGB value is (58,205,203). Sum of RGB (Red+Green+Blue) = 58+205+203=466 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.45% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACDCB is #C53234. Grayscale: #A0A0A0. Windows color (decimal): -12923445 or 13356346. OLE color: 13356346.

HSL color Cylindrical-coordinate representation of color #3ACDCB: hue angle of 179.18º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACDCB is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 205 203 -
CMYK 0.72 0 0.01 0.20
HSL 179.18º 0.6% 0.52% -
HSV(B) 179.18º 0.72% 0.8% -
XYZ 34.36 48.87 64.12 -
YUV 160.82 151.8 54.66 -
System Red Green Blue C M Y K H S L
Decimal 58 205 203 0.72 0 0.01 0.20 179.18 0.6 0.52
Hex 3A CD CB 48 0 1 14 B3 3C 34
Octal 72 315 313 110 0 1 24 263 74 64
Binary 111010 11001101 11001011 1001000 0 1 10100 10110011 111100 110100

Color Harmonies of #3ACDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACDCB

Black with #3ACDCB

Text Example


Text Example

White with #3ACDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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