Html Css Color HEX #55DBFE Turquoise Blue

📋 copy color: '#55DBFE'

red 85 ◦ green 219 ◦ blue 254

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

Shades of Turquoise Blue #55DBFE

Tints of Turquoise Blue #55DBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.52%

R = 15.23%
G = 39.25%
B = 45.52%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#55DBFE (or 0x55DBFE) is known color: Turquoise Blue. HEX triplet: 55, DB and FE. RGB value is (85,219,254). Sum of RGB (Red+Green+Blue) = 85+219+254=558 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.23% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #55DBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DBFE is #AA2401. Grayscale: #B6B6B6. Windows color (decimal): -11150338 or 16702293. OLE color: 16702293.

HSL color Cylindrical-coordinate representation of color #55DBFE: hue angle of 192.43º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55DBFE is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 219 254 -
CMYK 0.67 0.14 0 0.00
HSL 192.43º 0.99% 0.66% -
HSV(B) 192.43º 0.67% 1% -
XYZ 46.97 59.75 102.82 -
YUV 182.92 168.11 58.15 -
System Red Green Blue C M Y K H S L
Decimal 85 219 254 0.67 0.14 0 0.00 192.43 0.99 0.66
Hex 55 DB FE 43 E 0 0 C0 63 42
Octal 125 333 376 103 16 0 0 300 143 102
Binary 1010101 11011011 11111110 1000011 1110 0 0 11000000 1100011 1000010

Color Harmonies of #55DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DBFE

Black with #55DBFE

Text Example


Text Example

White with #55DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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