Html Css Color HEX #55DCFF Turquoise Blue

📋 copy color: '#55DCFF'

red 85 ◦ green 220 ◦ blue 255

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

Shades of Turquoise Blue #55DCFF

Tints of Turquoise Blue #55DCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.29%

 BLUE value IS 255 (100% from 255) = 45.54%

R = 15.18%
G = 39.29%
B = 45.54%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#55DCFF (or 0x55DCFF) is known color: Turquoise Blue. HEX triplet: 55, DC and FF. RGB value is (85,220,255). Sum of RGB (Red+Green+Blue) = 85+220+255=560 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.18% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #55DCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DCFF is #AA2300. Grayscale: #B7B7B7. Windows color (decimal): -11150081 or 16768085. OLE color: 16768085.

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

Color convert

RGB 85 220 255 -
CMYK 0.67 0.14 0 0
HSL 192.35º 1% 0.67% -
HSV(B) 192.35º 0.67% 1% -
XYZ 47.39 60.34 103.76 -
YUV 183.63 168.27 57.65 -
System Red Green Blue C M Y K H S L
Decimal 85 220 255 0.67 0.14 0 0 192.35 1 0.67
Hex 55 DC FF 43 E 0 0 C0 64 43
Octal 125 334 377 103 16 0 0 300 144 103
Binary 1010101 11011100 11111111 1000011 1110 0 0 11000000 1100100 1000011

Color Harmonies of #55DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DCFF

Black with #55DCFF

Text Example


Text Example

White with #55DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,220,255); }

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

background-color css

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

 a { background-color: rgb(85,220,255); }

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

border-color css

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

 span { border-color: rgb(85,220,255); }

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