Html Css Color HEX #4ACBDA Medium Turquoise

📋 copy color: '#4ACBDA'

red 74 ◦ green 203 ◦ blue 218

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

Shades of Medium Turquoise #4ACBDA

Tints of Medium Turquoise #4ACBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 14.95%
G = 41.01%
B = 44.04%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4ACBDA (or 0x4ACBDA) is known color: Medium Turquoise. HEX triplet: 4A, CB and DA. RGB value is (74,203,218). Sum of RGB (Red+Green+Blue) = 74+203+218=495 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.95% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #4ACBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACBDA is #B53425. Grayscale: #A5A5A5. Windows color (decimal): -11875366 or 14338890. OLE color: 14338890.

HSL color Cylindrical-coordinate representation of color #4ACBDA: hue angle of 186.25º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ACBDA is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 203 218 -
CMYK 0.66 0.07 0 0.15
HSL 186.25º 0.66% 0.57% -
HSV(B) 186.25º 0.66% 0.85% -
XYZ 36.83 49.23 73.89 -
YUV 166.14 157.26 62.28 -
System Red Green Blue C M Y K H S L
Decimal 74 203 218 0.66 0.07 0 0.15 186.25 0.66 0.57
Hex 4A CB DA 42 7 0 F BA 42 39
Octal 112 313 332 102 7 0 17 272 102 71
Binary 1001010 11001011 11011010 1000010 111 0 1111 10111010 1000010 111001

Color Harmonies of #4ACBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACBDA

Black with #4ACBDA

Text Example


Text Example

White with #4ACBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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