Html Css Color HEX #55DBFB Turquoise Blue

📋 copy color: '#55DBFB'

red 85 ◦ green 219 ◦ blue 251

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

Shades of Turquoise Blue #55DBFB

Tints of Turquoise Blue #55DBFB

RGB

 RED value IS 85 (33.59% from 255) = 15.32%

 GREEN value IS 219 (85.94% from 255) = 39.46%

 BLUE value IS 251 (98.44% from 255) = 45.23%

R = 15.32%
G = 39.46%
B = 45.23%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#55DBFB (or 0x55DBFB) is known color: Turquoise Blue. HEX triplet: 55, DB and FB. RGB value is (85,219,251). Sum of RGB (Red+Green+Blue) = 85+219+251=555 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.32% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #55DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DBFB is #AA2404. Grayscale: #B6B6B6. Windows color (decimal): -11150341 or 16505685. OLE color: 16505685.

HSL color Cylindrical-coordinate representation of color #55DBFB: hue angle of 191.57º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55DBFB is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 219 251 -
CMYK 0.66 0.13 0 0.02
HSL 191.57º 0.95% 0.66% -
HSV(B) 191.57º 0.66% 0.98% -
XYZ 46.49 59.56 100.31 -
YUV 182.58 166.61 58.4 -
System Red Green Blue C M Y K H S L
Decimal 85 219 251 0.66 0.13 0 0.02 191.57 0.95 0.66
Hex 55 DB FB 42 D 0 2 C0 5F 42
Octal 125 333 373 102 15 0 2 300 137 102
Binary 1010101 11011011 11111011 1000010 1101 0 10 11000000 1011111 1000010

Color Harmonies of #55DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DBFB

Black with #55DBFB

Text Example


Text Example

White with #55DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55DBFB; }

 p { color: rgb(85,219,251); }

 H1.HeaderClassName
 {
   color: #55DBFB;
 }
 .AnyTagClassName
 {
   color: #55DBFB;
 }
</style>

background-color css

<style>
 a { background-color: #55DBFB; }

 a { background-color: rgb(85,219,251); }

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

border-color css

<style>
 span { border-color: #55DBFB; }

 span { border-color: rgb(85,219,251); }

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