Html Css Color HEX #4ADDF2 Turquoise Blue

📋 copy color: '#4ADDF2'

red 74 ◦ green 221 ◦ blue 242

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

Shades of Turquoise Blue #4ADDF2

Tints of Turquoise Blue #4ADDF2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.15%

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

R = 13.78%
G = 41.15%
B = 45.07%

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

#4ADDF2 (or 0x4ADDF2) is known color: Turquoise Blue. HEX triplet: 4A, DD and F2. RGB value is (74,221,242). Sum of RGB (Red+Green+Blue) = 74+221+242=537 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.78% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #4ADDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADDF2 is #B5220D. Grayscale: #B3B3B3. Windows color (decimal): -11870734 or 15916362. OLE color: 15916362.

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

Color convert

RGB 74 221 242 -
CMYK 0.69 0.09 0 0.05
HSL 187.5º 0.87% 0.62% -
HSV(B) 187.5º 0.69% 0.95% -
XYZ 44.71 59.58 93.15 -
YUV 179.44 163.3 52.79 -
System Red Green Blue C M Y K H S L
Decimal 74 221 242 0.69 0.09 0 0.05 187.5 0.87 0.62
Hex 4A DD F2 45 9 0 5 BC 57 3E
Octal 112 335 362 105 11 0 5 274 127 76
Binary 1001010 11011101 11110010 1000101 1001 0 101 10111100 1010111 111110

Color Harmonies of #4ADDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADDF2

Black with #4ADDF2

Text Example


Text Example

White with #4ADDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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