Html Css Color HEX #3ACBDD Medium Turquoise

📋 copy color: '#3ACBDD'

red 58 ◦ green 203 ◦ blue 221

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

Shades of Medium Turquoise #3ACBDD

Tints of Medium Turquoise #3ACBDD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.12%

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 12.03%
G = 42.12%
B = 45.85%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3ACBDD (or 0x3ACBDD) is known color: Medium Turquoise. HEX triplet: 3A, CB and DD. RGB value is (58,203,221). Sum of RGB (Red+Green+Blue) = 58+203+221=482 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.03% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #3ACBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACBDD is #C53422. Grayscale: #A1A1A1. Windows color (decimal): -12923939 or 14535482. OLE color: 14535482.

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

Color convert

RGB 58 203 221 -
CMYK 0.74 0.08 0 0.13
HSL 186.63º 0.71% 0.55% -
HSV(B) 186.63º 0.74% 0.87% -
XYZ 36.15 48.83 75.93 -
YUV 161.7 161.46 54.04 -
System Red Green Blue C M Y K H S L
Decimal 58 203 221 0.74 0.08 0 0.13 186.63 0.71 0.55
Hex 3A CB DD 4A 8 0 D BB 47 37
Octal 72 313 335 112 10 0 15 273 107 67
Binary 111010 11001011 11011101 1001010 1000 0 1101 10111011 1000111 110111

Color Harmonies of #3ACBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACBDD

Black with #3ACBDD

Text Example


Text Example

White with #3ACBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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