Html Css Color HEX #5ACBDB Turquoise Blue

📋 copy color: '#5ACBDB'

red 90 ◦ green 203 ◦ blue 219

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

Shades of Turquoise Blue #5ACBDB

Tints of Turquoise Blue #5ACBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.65%

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

R = 17.58%
G = 39.65%
B = 42.77%

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

#5ACBDB (or 0x5ACBDB) is known color: Turquoise Blue. HEX triplet: 5A, CB and DB. RGB value is (90,203,219). Sum of RGB (Red+Green+Blue) = 90+203+219=512 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.58% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #5ACBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACBDB is #A53424. Grayscale: #AAAAAA. Windows color (decimal): -10826789 or 14404442. OLE color: 14404442.

HSL color Cylindrical-coordinate representation of color #5ACBDB: hue angle of 187.44º 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 #5ACBDB is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 203 219 -
CMYK 0.59 0.07 0 0.14
HSL 187.44º 0.64% 0.61% -
HSV(B) 187.44º 0.59% 0.86% -
XYZ 38.36 50 74.65 -
YUV 171.04 155.06 70.2 -
System Red Green Blue C M Y K H S L
Decimal 90 203 219 0.59 0.07 0 0.14 187.44 0.64 0.61
Hex 5A CB DB 3B 7 0 E BB 40 3D
Octal 132 313 333 73 7 0 16 273 100 75
Binary 1011010 11001011 11011011 111011 111 0 1110 10111011 1000000 111101

Color Harmonies of #5ACBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACBDB

Black with #5ACBDB

Text Example


Text Example

White with #5ACBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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