Html Css Color HEX #4ACDF2 Turquoise Blue

📋 copy color: '#4ACDF2'

red 74 ◦ green 205 ◦ blue 242

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

Shades of Turquoise Blue #4ACDF2

Tints of Turquoise Blue #4ACDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.45%

R = 14.2%
G = 39.35%
B = 46.45%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4ACDF2 (or 0x4ACDF2) is known color: Turquoise Blue. HEX triplet: 4A, CD and F2. RGB value is (74,205,242). Sum of RGB (Red+Green+Blue) = 74+205+242=521 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.20% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #4ACDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACDF2 is #B5320D. Grayscale: #A9A9A9. Windows color (decimal): -11874830 or 15912266. OLE color: 15912266.

HSL color Cylindrical-coordinate representation of color #4ACDF2: hue angle of 193.21º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ACDF2 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 205 242 -
CMYK 0.69 0.15 0 0.05
HSL 193.21º 0.87% 0.62% -
HSV(B) 193.21º 0.69% 0.95% -
XYZ 40.68 51.53 91.81 -
YUV 170.05 168.6 59.49 -
System Red Green Blue C M Y K H S L
Decimal 74 205 242 0.69 0.15 0 0.05 193.21 0.87 0.62
Hex 4A CD F2 45 F 0 5 C1 57 3E
Octal 112 315 362 105 17 0 5 301 127 76
Binary 1001010 11001101 11110010 1000101 1111 0 101 11000001 1010111 111110

Color Harmonies of #4ACDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACDF2

Black with #4ACDF2

Text Example


Text Example

White with #4ACDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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