Html Css Color HEX #3ACBD8 Medium Turquoise

📋 copy color: '#3ACBD8'

red 58 ◦ green 203 ◦ blue 216

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

Shades of Medium Turquoise #3ACBD8

Tints of Medium Turquoise #3ACBD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.28%

R = 12.16%
G = 42.56%
B = 45.28%

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

#3ACBD8 (or 0x3ACBD8) is known color: Medium Turquoise. HEX triplet: 3A, CB and D8. RGB value is (58,203,216). Sum of RGB (Red+Green+Blue) = 58+203+216=477 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.16% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #3ACBD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACBD8 is #C53427. Grayscale: #A0A0A0. Windows color (decimal): -12923944 or 14207802. OLE color: 14207802.

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

Color convert

RGB 58 203 216 -
CMYK 0.73 0.06 0 0.15
HSL 184.94º 0.67% 0.54% -
HSV(B) 184.94º 0.73% 0.85% -
XYZ 35.5 48.57 72.47 -
YUV 161.13 158.96 54.44 -
System Red Green Blue C M Y K H S L
Decimal 58 203 216 0.73 0.06 0 0.15 184.94 0.67 0.54
Hex 3A CB D8 49 6 0 F B9 43 36
Octal 72 313 330 111 6 0 17 271 103 66
Binary 111010 11001011 11011000 1001001 110 0 1111 10111001 1000011 110110

Color Harmonies of #3ACBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACBD8

Black with #3ACBD8

Text Example


Text Example

White with #3ACBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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