Html Css Color HEX #4ADAF1 Turquoise Blue

📋 copy color: '#4ADAF1'

red 74 ◦ green 218 ◦ blue 241

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

Shades of Turquoise Blue #4ADAF1

Tints of Turquoise Blue #4ADAF1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.9%

 BLUE value IS 241 (94.53% from 255) = 45.22%

R = 13.88%
G = 40.9%
B = 45.22%

CMYK

 C value IS 0.69

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4ADAF1 (or 0x4ADAF1) is known color: Turquoise Blue. HEX triplet: 4A, DA and F1. RGB value is (74,218,241). Sum of RGB (Red+Green+Blue) = 74+218+241=533 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.88% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #4ADAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADAF1 is #B5250E. Grayscale: #B1B1B1. Windows color (decimal): -11871503 or 15850058. OLE color: 15850058.

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

Color convert

RGB 74 218 241 -
CMYK 0.69 0.10 0 0.05
HSL 188.26º 0.86% 0.62% -
HSV(B) 188.26º 0.69% 0.95% -
XYZ 43.77 57.95 92.1 -
YUV 177.57 163.79 54.13 -
System Red Green Blue C M Y K H S L
Decimal 74 218 241 0.69 0.10 0 0.05 188.26 0.86 0.62
Hex 4A DA F1 45 A 0 5 BC 56 3E
Octal 112 332 361 105 12 0 5 274 126 76
Binary 1001010 11011010 11110001 1000101 1010 0 101 10111100 1010110 111110

Color Harmonies of #4ADAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADAF1

Black with #4ADAF1

Text Example


Text Example

White with #4ADAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,218,241); }

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

background-color css

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

 a { background-color: rgb(74,218,241); }

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

border-color css

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

 span { border-color: rgb(74,218,241); }

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