Html Css Color HEX #4ADAEE Turquoise Blue

📋 copy color: '#4ADAEE'

red 74 ◦ green 218 ◦ blue 238

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

Shades of Turquoise Blue #4ADAEE

Tints of Turquoise Blue #4ADAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.91%

R = 13.96%
G = 41.13%
B = 44.91%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4ADAEE (or 0x4ADAEE) is known color: Turquoise Blue. HEX triplet: 4A, DA and EE. RGB value is (74,218,238). Sum of RGB (Red+Green+Blue) = 74+218+238=530 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.96% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #4ADAEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADAEE is #B52511. Grayscale: #B1B1B1. Windows color (decimal): -11871506 or 15653450. OLE color: 15653450.

HSL color Cylindrical-coordinate representation of color #4ADAEE: hue angle of 187.32º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ADAEE is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 218 238 -
CMYK 0.69 0.08 0 0.07
HSL 187.32º 0.83% 0.61% -
HSV(B) 187.32º 0.69% 0.93% -
XYZ 43.33 57.77 89.76 -
YUV 177.22 162.29 54.37 -
System Red Green Blue C M Y K H S L
Decimal 74 218 238 0.69 0.08 0 0.07 187.32 0.83 0.61
Hex 4A DA EE 45 8 0 7 BB 53 3D
Octal 112 332 356 105 10 0 7 273 123 75
Binary 1001010 11011010 11101110 1000101 1000 0 111 10111011 1010011 111101

Color Harmonies of #4ADAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADAEE

Black with #4ADAEE

Text Example


Text Example

White with #4ADAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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