Html Css Color HEX #4ADCF2 Turquoise Blue

📋 copy color: '#4ADCF2'

red 74 ◦ green 220 ◦ blue 242

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

Shades of Turquoise Blue #4ADCF2

Tints of Turquoise Blue #4ADCF2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.04%

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

R = 13.81%
G = 41.04%
B = 45.15%

CMYK

 C value IS 0.69

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4ADCF2 (or 0x4ADCF2) is known color: Turquoise Blue. HEX triplet: 4A, DC and F2. RGB value is (74,220,242). Sum of RGB (Red+Green+Blue) = 74+220+242=536 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.81% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #4ADCF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADCF2 is #B5230D. Grayscale: #B2B2B2. Windows color (decimal): -11870990 or 15916106. OLE color: 15916106.

HSL color Cylindrical-coordinate representation of color #4ADCF2: hue angle of 187.86º 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 #4ADCF2 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 220 242 -
CMYK 0.69 0.09 0 0.05
HSL 187.86º 0.87% 0.62% -
HSV(B) 187.86º 0.69% 0.95% -
XYZ 44.44 59.05 93.06 -
YUV 178.85 163.63 53.21 -
System Red Green Blue C M Y K H S L
Decimal 74 220 242 0.69 0.09 0 0.05 187.86 0.87 0.62
Hex 4A DC F2 45 9 0 5 BC 57 3E
Octal 112 334 362 105 11 0 5 274 127 76
Binary 1001010 11011100 11110010 1000101 1001 0 101 10111100 1010111 111110

Color Harmonies of #4ADCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADCF2

Black with #4ADCF2

Text Example


Text Example

White with #4ADCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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