Html Css Color HEX #4ADCF3 Turquoise Blue

📋 copy color: '#4ADCF3'

red 74 ◦ green 220 ◦ blue 243

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

Shades of Turquoise Blue #4ADCF3

Tints of Turquoise Blue #4ADCF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 45.25%

R = 13.78%
G = 40.97%
B = 45.25%

CMYK

 C value IS 0.70

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4ADCF3 (or 0x4ADCF3) is known color: Turquoise Blue. HEX triplet: 4A, DC and F3. RGB value is (74,220,243). Sum of RGB (Red+Green+Blue) = 74+220+243=537 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.78% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 243 (95.31% from 255 or 45.25% from 537); Max value from RGB is 243 - color contains mainly: blue. Hex color #4ADCF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADCF3 is #B5230C. Grayscale: #B2B2B2. Windows color (decimal): -11870989 or 15981642. OLE color: 15981642.

HSL color Cylindrical-coordinate representation of color #4ADCF3: hue angle of 188.17º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ADCF3 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 220 243 -
CMYK 0.70 0.09 0 0.05
HSL 188.17º 0.88% 0.62% -
HSV(B) 188.17º 0.7% 0.95% -
XYZ 44.59 59.11 93.85 -
YUV 178.97 164.13 53.13 -
System Red Green Blue C M Y K H S L
Decimal 74 220 243 0.70 0.09 0 0.05 188.17 0.88 0.62
Hex 4A DC F3 46 9 0 5 BC 58 3E
Octal 112 334 363 106 11 0 5 274 130 76
Binary 1001010 11011100 11110011 1000110 1001 0 101 10111100 1011000 111110

Color Harmonies of #4ADCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADCF3

Black with #4ADCF3

Text Example


Text Example

White with #4ADCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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