Html Css Color HEX #55D9F6 Turquoise Blue

📋 copy color: '#55D9F6'

red 85 ◦ green 217 ◦ blue 246

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

Shades of Turquoise Blue #55D9F6

Tints of Turquoise Blue #55D9F6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.6%

 BLUE value IS 246 (96.48% from 255) = 44.89%

R = 15.51%
G = 39.6%
B = 44.89%

CMYK

 C value IS 0.65

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#55D9F6 (or 0x55D9F6) is known color: Turquoise Blue. HEX triplet: 55, D9 and F6. RGB value is (85,217,246). Sum of RGB (Red+Green+Blue) = 85+217+246=548 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.51% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #55D9F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D9F6 is #AA2609. Grayscale: #B4B4B4. Windows color (decimal): -11150858 or 16177493. OLE color: 16177493.

HSL color Cylindrical-coordinate representation of color #55D9F6: hue angle of 190.81º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55D9F6 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 217 246 -
CMYK 0.65 0.12 0 0.04
HSL 190.81º 0.9% 0.65% -
HSV(B) 190.81º 0.65% 0.96% -
XYZ 45.19 58.21 96.04 -
YUV 180.84 164.77 59.64 -
System Red Green Blue C M Y K H S L
Decimal 85 217 246 0.65 0.12 0 0.04 190.81 0.9 0.65
Hex 55 D9 F6 41 C 0 4 BF 5A 41
Octal 125 331 366 101 14 0 4 277 132 101
Binary 1010101 11011001 11110110 1000001 1100 0 100 10111111 1011010 1000001

Color Harmonies of #55D9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D9F6

Black with #55D9F6

Text Example


Text Example

White with #55D9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,217,246); }

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

background-color css

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

 a { background-color: rgb(85,217,246); }

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

border-color css

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

 span { border-color: rgb(85,217,246); }

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