Html Css Color HEX #5ACCDB Turquoise Blue

📋 copy color: '#5ACCDB'

red 90 ◦ green 204 ◦ blue 219

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

Shades of Turquoise Blue #5ACCDB

Tints of Turquoise Blue #5ACCDB

RGB

 RED value IS 90 (35.55% from 255) = 17.54%

 GREEN value IS 204 (80.08% from 255) = 39.77%

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 17.54%
G = 39.77%
B = 42.69%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5ACCDB (or 0x5ACCDB) is known color: Turquoise Blue. HEX triplet: 5A, CC and DB. RGB value is (90,204,219). Sum of RGB (Red+Green+Blue) = 90+204+219=513 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.54% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #5ACCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACCDB is #A53324. Grayscale: #ABABAB. Windows color (decimal): -10826533 or 14404698. OLE color: 14404698.

HSL color Cylindrical-coordinate representation of color #5ACCDB: hue angle of 186.98º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ACCDB is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 204 219 -
CMYK 0.59 0.07 0 0.14
HSL 186.98º 0.64% 0.61% -
HSV(B) 186.98º 0.59% 0.86% -
XYZ 38.6 50.47 74.73 -
YUV 171.62 154.73 69.78 -
System Red Green Blue C M Y K H S L
Decimal 90 204 219 0.59 0.07 0 0.14 186.98 0.64 0.61
Hex 5A CC DB 3B 7 0 E BB 40 3D
Octal 132 314 333 73 7 0 16 273 100 75
Binary 1011010 11001100 11011011 111011 111 0 1110 10111011 1000000 111101

Color Harmonies of #5ACCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACCDB

Black with #5ACCDB

Text Example


Text Example

White with #5ACCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ACCDB; }

 p { color: rgb(90,204,219); }

 H1.HeaderClassName
 {
   color: #5ACCDB;
 }
 .AnyTagClassName
 {
   color: #5ACCDB;
 }
</style>

background-color css

<style>
 a { background-color: #5ACCDB; }

 a { background-color: rgb(90,204,219); }

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

border-color css

<style>
 span { border-color: #5ACCDB; }

 span { border-color: rgb(90,204,219); }

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