Html Css Color HEX #4ACDEF Turquoise Blue

📋 copy color: '#4ACDEF'

red 74 ◦ green 205 ◦ blue 239

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

Shades of Turquoise Blue #4ACDEF

Tints of Turquoise Blue #4ACDEF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.58%

 BLUE value IS 239 (93.75% from 255) = 46.14%

R = 14.29%
G = 39.58%
B = 46.14%

CMYK

 C value IS 0.69

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4ACDEF (or 0x4ACDEF) is known color: Turquoise Blue. HEX triplet: 4A, CD and EF. RGB value is (74,205,239). Sum of RGB (Red+Green+Blue) = 74+205+239=518 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.29% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #4ACDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACDEF is #B53210. Grayscale: #A9A9A9. Windows color (decimal): -11874833 or 15715658. OLE color: 15715658.

HSL color Cylindrical-coordinate representation of color #4ACDEF: hue angle of 192.36º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ACDEF is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 205 239 -
CMYK 0.69 0.14 0 0.06
HSL 192.36º 0.84% 0.61% -
HSV(B) 192.36º 0.69% 0.94% -
XYZ 40.24 51.35 89.45 -
YUV 169.71 167.1 59.74 -
System Red Green Blue C M Y K H S L
Decimal 74 205 239 0.69 0.14 0 0.06 192.36 0.84 0.61
Hex 4A CD EF 45 E 0 6 C0 54 3D
Octal 112 315 357 105 16 0 6 300 124 75
Binary 1001010 11001101 11101111 1000101 1110 0 110 11000000 1010100 111101

Color Harmonies of #4ACDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACDEF

Black with #4ACDEF

Text Example


Text Example

White with #4ACDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,205,239); }

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

background-color css

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

 a { background-color: rgb(74,205,239); }

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

border-color css

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

 span { border-color: rgb(74,205,239); }

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