Html Css Color HEX #55D3FA Turquoise Blue

📋 copy color: '#55D3FA'

red 85 ◦ green 211 ◦ blue 250

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

Shades of Turquoise Blue #55D3FA

Tints of Turquoise Blue #55D3FA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.64%

 BLUE value IS 250 (98.05% from 255) = 45.79%

R = 15.57%
G = 38.64%
B = 45.79%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#55D3FA (or 0x55D3FA) is known color: Turquoise Blue. HEX triplet: 55, D3 and FA. RGB value is (85,211,250). Sum of RGB (Red+Green+Blue) = 85+211+250=546 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.57% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #55D3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D3FA is #AA2C05. Grayscale: #B1B1B1. Windows color (decimal): -11152390 or 16438101. OLE color: 16438101.

HSL color Cylindrical-coordinate representation of color #55D3FA: hue angle of 194.18º degrees, saturation: 0.94, 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 #55D3FA is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 211 250 -
CMYK 0.66 0.16 0 0.02
HSL 194.18º 0.94% 0.66% -
HSV(B) 194.18º 0.66% 0.98% -
XYZ 44.3 55.42 98.81 -
YUV 177.77 168.76 61.83 -
System Red Green Blue C M Y K H S L
Decimal 85 211 250 0.66 0.16 0 0.02 194.18 0.94 0.66
Hex 55 D3 FA 42 10 0 2 C2 5E 42
Octal 125 323 372 102 20 0 2 302 136 102
Binary 1010101 11010011 11111010 1000010 10000 0 10 11000010 1011110 1000010

Color Harmonies of #55D3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D3FA

Black with #55D3FA

Text Example


Text Example

White with #55D3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,211,250); }

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

background-color css

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

 a { background-color: rgb(85,211,250); }

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

border-color css

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

 span { border-color: rgb(85,211,250); }

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