Html Css Color HEX #4ADBEA Turquoise

📋 copy color: '#4ADBEA'

red 74 ◦ green 219 ◦ blue 234

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

Shades of Turquoise #4ADBEA

Tints of Turquoise #4ADBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.4%

R = 14.04%
G = 41.56%
B = 44.4%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4ADBEA (or 0x4ADBEA) is known color: Turquoise. HEX triplet: 4A, DB and EA. RGB value is (74,219,234). Sum of RGB (Red+Green+Blue) = 74+219+234=527 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.04% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #4ADBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADBEA is #B52415. Grayscale: #B1B1B1. Windows color (decimal): -11871254 or 15391562. OLE color: 15391562.

HSL color Cylindrical-coordinate representation of color #4ADBEA: hue angle of 185.62º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ADBEA is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 219 234 -
CMYK 0.68 0.06 0 0.08
HSL 185.63º 0.79% 0.6% -
HSV(B) 185.63º 0.68% 0.92% -
XYZ 43.01 58.06 86.78 -
YUV 177.36 159.96 54.28 -
System Red Green Blue C M Y K H S L
Decimal 74 219 234 0.68 0.06 0 0.08 185.63 0.79 0.6
Hex 4A DB EA 44 6 0 8 BA 4F 3C
Octal 112 333 352 104 6 0 10 272 117 74
Binary 1001010 11011011 11101010 1000100 110 0 1000 10111010 1001111 111100

Color Harmonies of #4ADBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADBEA

Black with #4ADBEA

Text Example


Text Example

White with #4ADBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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