Html Css Color HEX #55D6FF Turquoise Blue

📋 copy color: '#55D6FF'

red 85 ◦ green 214 ◦ blue 255

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

Shades of Turquoise Blue #55D6FF

Tints of Turquoise Blue #55D6FF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.63%

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

R = 15.34%
G = 38.63%
B = 46.03%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#55D6FF (or 0x55D6FF) is known color: Turquoise Blue. HEX triplet: 55, D6 and FF. RGB value is (85,214,255). Sum of RGB (Red+Green+Blue) = 85+214+255=554 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.34% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #55D6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D6FF is #AA2900. Grayscale: #B3B3B3. Windows color (decimal): -11151617 or 16766549. OLE color: 16766549.

HSL color Cylindrical-coordinate representation of color #55D6FF: hue angle of 194.47º 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 #55D6FF is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 85 214 255 -
CMYK 0.67 0.16 0 0
HSL 194.47º 1% 0.67% -
HSV(B) 194.47º 0.67% 1% -
XYZ 45.84 57.24 103.24 -
YUV 180.1 170.26 60.17 -
System Red Green Blue C M Y K H S L
Decimal 85 214 255 0.67 0.16 0 0 194.47 1 0.67
Hex 55 D6 FF 43 10 0 0 C2 64 43
Octal 125 326 377 103 20 0 0 302 144 103
Binary 1010101 11010110 11111111 1000011 10000 0 0 11000010 1100100 1000011

Color Harmonies of #55D6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D6FF

Black with #55D6FF

Text Example


Text Example

White with #55D6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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