Html Css Color HEX #5ACBDF Turquoise Blue

📋 copy color: '#5ACBDF'

red 90 ◦ green 203 ◦ blue 223

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

Shades of Turquoise Blue #5ACBDF

Tints of Turquoise Blue #5ACBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.22%

R = 17.44%
G = 39.34%
B = 43.22%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5ACBDF (or 0x5ACBDF) is known color: Turquoise Blue. HEX triplet: 5A, CB and DF. RGB value is (90,203,223). Sum of RGB (Red+Green+Blue) = 90+203+223=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #5ACBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACBDF is #A53420. Grayscale: #ABABAB. Windows color (decimal): -10826785 or 14666586. OLE color: 14666586.

HSL color Cylindrical-coordinate representation of color #5ACBDF: hue angle of 189.02º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ACBDF is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 203 223 -
CMYK 0.60 0.09 0 0.13
HSL 189.02º 0.68% 0.61% -
HSV(B) 189.02º 0.6% 0.87% -
XYZ 38.89 50.21 77.45 -
YUV 171.49 157.06 69.87 -
System Red Green Blue C M Y K H S L
Decimal 90 203 223 0.60 0.09 0 0.13 189.02 0.68 0.61
Hex 5A CB DF 3C 9 0 D BD 44 3D
Octal 132 313 337 74 11 0 15 275 104 75
Binary 1011010 11001011 11011111 111100 1001 0 1101 10111101 1000100 111101

Color Harmonies of #5ACBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACBDF

Black with #5ACBDF

Text Example


Text Example

White with #5ACBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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