Html Css Color HEX #5ACBEE Turquoise Blue

📋 copy color: '#5ACBEE'

red 90 ◦ green 203 ◦ blue 238

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

Shades of Turquoise Blue #5ACBEE

Tints of Turquoise Blue #5ACBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.82%

R = 16.95%
G = 38.23%
B = 44.82%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5ACBEE (or 0x5ACBEE) is known color: Turquoise Blue. HEX triplet: 5A, CB and EE. RGB value is (90,203,238). Sum of RGB (Red+Green+Blue) = 90+203+238=531 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.95% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #5ACBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACBEE is #A53411. Grayscale: #ACACAC. Windows color (decimal): -10826770 or 15649626. OLE color: 15649626.

HSL color Cylindrical-coordinate representation of color #5ACBEE: hue angle of 194.19º degrees, saturation: 0.81, 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 #5ACBEE is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 203 238 -
CMYK 0.62 0.15 0 0.07
HSL 194.19º 0.81% 0.64% -
HSV(B) 194.19º 0.62% 0.93% -
XYZ 41.01 51.06 88.58 -
YUV 173.2 164.56 68.65 -
System Red Green Blue C M Y K H S L
Decimal 90 203 238 0.62 0.15 0 0.07 194.19 0.81 0.64
Hex 5A CB EE 3E F 0 7 C2 51 40
Octal 132 313 356 76 17 0 7 302 121 100
Binary 1011010 11001011 11101110 111110 1111 0 111 11000010 1010001 1000000

Color Harmonies of #5ACBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACBEE

Black with #5ACBEE

Text Example


Text Example

White with #5ACBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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