Html Css Color HEX #5ACFDB Turquoise Blue

📋 copy color: '#5ACFDB'

red 90 ◦ green 207 ◦ blue 219

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

Shades of Turquoise Blue #5ACFDB

Tints of Turquoise Blue #5ACFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.12%

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

R = 17.44%
G = 40.12%
B = 42.44%

CMYK

 C value IS 0.59

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5ACFDB (or 0x5ACFDB) is known color: Turquoise Blue. HEX triplet: 5A, CF and DB. RGB value is (90,207,219). Sum of RGB (Red+Green+Blue) = 90+207+219=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #5ACFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACFDB is #A53024. Grayscale: #ADADAD. Windows color (decimal): -10825765 or 14405466. OLE color: 14405466.

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

Color convert

RGB 90 207 219 -
CMYK 0.59 0.05 0 0.14
HSL 185.58º 0.64% 0.61% -
HSV(B) 185.58º 0.59% 0.86% -
XYZ 39.32 51.91 74.97 -
YUV 173.39 153.74 68.52 -
System Red Green Blue C M Y K H S L
Decimal 90 207 219 0.59 0.05 0 0.14 185.58 0.64 0.61
Hex 5A CF DB 3B 5 0 E BA 40 3D
Octal 132 317 333 73 5 0 16 272 100 75
Binary 1011010 11001111 11011011 111011 101 0 1110 10111010 1000000 111101

Color Harmonies of #5ACFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACFDB

Black with #5ACFDB

Text Example


Text Example

White with #5ACFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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