Html Css Color HEX #5ACBEC Turquoise Blue

📋 copy color: '#5ACBEC'

red 90 ◦ green 203 ◦ blue 236

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

Shades of Turquoise Blue #5ACBEC

Tints of Turquoise Blue #5ACBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.61%

R = 17.01%
G = 38.37%
B = 44.61%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5ACBEC (or 0x5ACBEC) is known color: Turquoise Blue. HEX triplet: 5A, CB and EC. RGB value is (90,203,236). Sum of RGB (Red+Green+Blue) = 90+203+236=529 (70% of max value = 765). Red value is 90 (35.55% from 255 or 17.01% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #5ACBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACBEC is #A53413. Grayscale: #ACACAC. Windows color (decimal): -10826772 or 15518554. OLE color: 15518554.

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

Color convert

RGB 90 203 236 -
CMYK 0.62 0.14 0 0.07
HSL 193.56º 0.79% 0.64% -
HSV(B) 193.56º 0.62% 0.93% -
XYZ 40.71 50.94 87.04 -
YUV 172.98 163.56 68.82 -
System Red Green Blue C M Y K H S L
Decimal 90 203 236 0.62 0.14 0 0.07 193.56 0.79 0.64
Hex 5A CB EC 3E E 0 7 C2 4F 40
Octal 132 313 354 76 16 0 7 302 117 100
Binary 1011010 11001011 11101100 111110 1110 0 111 11000010 1001111 1000000

Color Harmonies of #5ACBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACBEC

Black with #5ACBEC

Text Example


Text Example

White with #5ACBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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