Html Css Color HEX #5ACBDD Turquoise Blue

📋 copy color: '#5ACBDD'

red 90 ◦ green 203 ◦ blue 221

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

Shades of Turquoise Blue #5ACBDD

Tints of Turquoise Blue #5ACBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43%

R = 17.51%
G = 39.49%
B = 43%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5ACBDD (or 0x5ACBDD) is known color: Turquoise Blue. HEX triplet: 5A, CB and DD. RGB value is (90,203,221). Sum of RGB (Red+Green+Blue) = 90+203+221=514 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.51% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #5ACBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACBDD is #A53422. Grayscale: #ABABAB. Windows color (decimal): -10826787 or 14535514. OLE color: 14535514.

HSL color Cylindrical-coordinate representation of color #5ACBDD: hue angle of 188.24º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ACBDD is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 203 221 -
CMYK 0.59 0.08 0 0.13
HSL 188.24º 0.66% 0.61% -
HSV(B) 188.24º 0.59% 0.87% -
XYZ 38.62 50.11 76.04 -
YUV 171.27 156.06 70.04 -
System Red Green Blue C M Y K H S L
Decimal 90 203 221 0.59 0.08 0 0.13 188.24 0.66 0.61
Hex 5A CB DD 3B 8 0 D BC 42 3D
Octal 132 313 335 73 10 0 15 274 102 75
Binary 1011010 11001011 11011101 111011 1000 0 1101 10111100 1000010 111101

Color Harmonies of #5ACBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACBDD

Black with #5ACBDD

Text Example


Text Example

White with #5ACBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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