Html Css Color HEX #4ACBD0 Medium Turquoise

📋 copy color: '#4ACBD0'

red 74 ◦ green 203 ◦ blue 208

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

Shades of Medium Turquoise #4ACBD0

Tints of Medium Turquoise #4ACBD0

RGB

 RED value IS 74 (29.3% from 255) = 15.26%

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

 BLUE value IS 208 (81.64% from 255) = 42.89%

R = 15.26%
G = 41.86%
B = 42.89%

CMYK

 C value IS 0.64

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4ACBD0 (or 0x4ACBD0) is known color: Medium Turquoise. HEX triplet: 4A, CB and D0. RGB value is (74,203,208). Sum of RGB (Red+Green+Blue) = 74+203+208=485 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.26% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #4ACBD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACBD0 is #B5342F. Grayscale: #A4A4A4. Windows color (decimal): -11875376 or 13683530. OLE color: 13683530.

HSL color Cylindrical-coordinate representation of color #4ACBD0: hue angle of 182.24º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACBD0 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 203 208 -
CMYK 0.64 0.02 0 0.18
HSL 182.24º 0.59% 0.55% -
HSV(B) 182.24º 0.64% 0.82% -
XYZ 35.57 48.72 67.2 -
YUV 165 152.26 63.09 -
System Red Green Blue C M Y K H S L
Decimal 74 203 208 0.64 0.02 0 0.18 182.24 0.59 0.55
Hex 4A CB D0 40 2 0 12 B6 3B 37
Octal 112 313 320 100 2 0 22 266 73 67
Binary 1001010 11001011 11010000 1000000 10 0 10010 10110110 111011 110111

Color Harmonies of #4ACBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACBD0

Black with #4ACBD0

Text Example


Text Example

White with #4ACBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ACBD0; }

 p { color: rgb(74,203,208); }

 H1.HeaderClassName
 {
   color: #4ACBD0;
 }
 .AnyTagClassName
 {
   color: #4ACBD0;
 }
</style>

background-color css

<style>
 a { background-color: #4ACBD0; }

 a { background-color: rgb(74,203,208); }

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

border-color css

<style>
 span { border-color: #4ACBD0; }

 span { border-color: rgb(74,203,208); }

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