Html Css Color HEX #4ADBEE Turquoise Blue

📋 copy color: '#4ADBEE'

red 74 ◦ green 219 ◦ blue 238

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

Shades of Turquoise Blue #4ADBEE

Tints of Turquoise Blue #4ADBEE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.24%

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

R = 13.94%
G = 41.24%
B = 44.82%

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

#4ADBEE (or 0x4ADBEE) is known color: Turquoise Blue. HEX triplet: 4A, DB and EE. RGB value is (74,219,238). Sum of RGB (Red+Green+Blue) = 74+219+238=531 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.94% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #4ADBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADBEE is #B52411. Grayscale: #B1B1B1. Windows color (decimal): -11871250 or 15653706. OLE color: 15653706.

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

Color convert

RGB 74 219 238 -
CMYK 0.69 0.08 0 0.07
HSL 186.95º 0.83% 0.61% -
HSV(B) 186.95º 0.69% 0.93% -
XYZ 43.59 58.29 89.84 -
YUV 177.81 161.96 53.96 -
System Red Green Blue C M Y K H S L
Decimal 74 219 238 0.69 0.08 0 0.07 186.95 0.83 0.61
Hex 4A DB EE 45 8 0 7 BB 53 3D
Octal 112 333 356 105 10 0 7 273 123 75
Binary 1001010 11011011 11101110 1000101 1000 0 111 10111011 1010011 111101

Color Harmonies of #4ADBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADBEE

Black with #4ADBEE

Text Example


Text Example

White with #4ADBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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