Html Css Color HEX #55DBFC Turquoise Blue

📋 copy color: '#55DBFC'

red 85 ◦ green 219 ◦ blue 252

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

Shades of Turquoise Blue #55DBFC

Tints of Turquoise Blue #55DBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.32%

R = 15.29%
G = 39.39%
B = 45.32%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#55DBFC (or 0x55DBFC) is known color: Turquoise Blue. HEX triplet: 55, DB and FC. RGB value is (85,219,252). Sum of RGB (Red+Green+Blue) = 85+219+252=556 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.29% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #55DBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DBFC is #AA2403. Grayscale: #B6B6B6. Windows color (decimal): -11150340 or 16571221. OLE color: 16571221.

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

Color convert

RGB 85 219 252 -
CMYK 0.66 0.13 0 0.01
HSL 191.86º 0.97% 0.66% -
HSV(B) 191.86º 0.66% 0.99% -
XYZ 46.65 59.62 101.15 -
YUV 182.7 167.11 58.32 -
System Red Green Blue C M Y K H S L
Decimal 85 219 252 0.66 0.13 0 0.01 191.86 0.97 0.66
Hex 55 DB FC 42 D 0 1 C0 61 42
Octal 125 333 374 102 15 0 1 300 141 102
Binary 1010101 11011011 11111100 1000010 1101 0 1 11000000 1100001 1000010

Color Harmonies of #55DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DBFC

Black with #55DBFC

Text Example


Text Example

White with #55DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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