Html Css Color HEX #4ACBDB Medium Turquoise

📋 copy color: '#4ACBDB'

red 74 ◦ green 203 ◦ blue 219

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

Shades of Medium Turquoise #4ACBDB

Tints of Medium Turquoise #4ACBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.15%

R = 14.92%
G = 40.93%
B = 44.15%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4ACBDB (or 0x4ACBDB) is known color: Medium Turquoise. HEX triplet: 4A, CB and DB. RGB value is (74,203,219). Sum of RGB (Red+Green+Blue) = 74+203+219=496 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.92% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #4ACBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACBDB is #B53424. Grayscale: #A6A6A6. Windows color (decimal): -11875365 or 14404426. OLE color: 14404426.

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

Color convert

RGB 74 203 219 -
CMYK 0.66 0.07 0 0.14
HSL 186.62º 0.67% 0.57% -
HSV(B) 186.62º 0.66% 0.86% -
XYZ 36.97 49.28 74.58 -
YUV 166.25 157.76 62.2 -
System Red Green Blue C M Y K H S L
Decimal 74 203 219 0.66 0.07 0 0.14 186.62 0.67 0.57
Hex 4A CB DB 42 7 0 E BB 43 39
Octal 112 313 333 102 7 0 16 273 103 71
Binary 1001010 11001011 11011011 1000010 111 0 1110 10111011 1000011 111001

Color Harmonies of #4ACBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACBDB

Black with #4ACBDB

Text Example


Text Example

White with #4ACBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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