Html Css Color HEX #55DDF3 Turquoise Blue

📋 copy color: '#55DDF3'

red 85 ◦ green 221 ◦ blue 243

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

Shades of Turquoise Blue #55DDF3

Tints of Turquoise Blue #55DDF3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.26%

 BLUE value IS 243 (95.31% from 255) = 44.26%

R = 15.48%
G = 40.26%
B = 44.26%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#55DDF3 (or 0x55DDF3) is known color: Turquoise Blue. HEX triplet: 55, DD and F3. RGB value is (85,221,243). Sum of RGB (Red+Green+Blue) = 85+221+243=549 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.48% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #55DDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DDF3 is #AA220C. Grayscale: #B6B6B6. Windows color (decimal): -11149837 or 15981909. OLE color: 15981909.

HSL color Cylindrical-coordinate representation of color #55DDF3: hue angle of 188.35º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55DDF3 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 221 243 -
CMYK 0.65 0.09 0 0.05
HSL 188.35º 0.87% 0.64% -
HSV(B) 188.35º 0.65% 0.95% -
XYZ 45.78 60.12 93.98 -
YUV 182.84 161.94 58.21 -
System Red Green Blue C M Y K H S L
Decimal 85 221 243 0.65 0.09 0 0.05 188.35 0.87 0.64
Hex 55 DD F3 41 9 0 5 BC 57 40
Octal 125 335 363 101 11 0 5 274 127 100
Binary 1010101 11011101 11110011 1000001 1001 0 101 10111100 1010111 1000000

Color Harmonies of #55DDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DDF3

Black with #55DDF3

Text Example


Text Example

White with #55DDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,221,243); }

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

background-color css

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

 a { background-color: rgb(85,221,243); }

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

border-color css

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

 span { border-color: rgb(85,221,243); }

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