Html Css Color HEX #3ACBD9 Medium Turquoise

📋 copy color: '#3ACBD9'

red 58 ◦ green 203 ◦ blue 217

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

Shades of Medium Turquoise #3ACBD9

Tints of Medium Turquoise #3ACBD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.4%

R = 12.13%
G = 42.47%
B = 45.4%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3ACBD9 (or 0x3ACBD9) is known color: Medium Turquoise. HEX triplet: 3A, CB and D9. RGB value is (58,203,217). Sum of RGB (Red+Green+Blue) = 58+203+217=478 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.13% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 217 - color contains mainly: blue. Hex color #3ACBD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACBD9 is #C53426. Grayscale: #A1A1A1. Windows color (decimal): -12923943 or 14273338. OLE color: 14273338.

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

Color convert

RGB 58 203 217 -
CMYK 0.73 0.06 0 0.15
HSL 185.28º 0.68% 0.54% -
HSV(B) 185.28º 0.73% 0.85% -
XYZ 35.63 48.62 73.15 -
YUV 161.24 159.46 54.36 -
System Red Green Blue C M Y K H S L
Decimal 58 203 217 0.73 0.06 0 0.15 185.28 0.68 0.54
Hex 3A CB D9 49 6 0 F B9 44 36
Octal 72 313 331 111 6 0 17 271 104 66
Binary 111010 11001011 11011001 1001001 110 0 1111 10111001 1000100 110110

Color Harmonies of #3ACBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACBD9

Black with #3ACBD9

Text Example


Text Example

White with #3ACBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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