Html Css Color HEX #55D2FC Turquoise Blue

📋 copy color: '#55D2FC'

red 85 ◦ green 210 ◦ blue 252

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

Shades of Turquoise Blue #55D2FC

Tints of Turquoise Blue #55D2FC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.39%

 BLUE value IS 252 (98.83% from 255) = 46.07%

R = 15.54%
G = 38.39%
B = 46.07%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#55D2FC (or 0x55D2FC) is known color: Turquoise Blue. HEX triplet: 55, D2 and FC. RGB value is (85,210,252). Sum of RGB (Red+Green+Blue) = 85+210+252=547 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.54% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #55D2FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D2FC is #AA2D03. Grayscale: #B1B1B1. Windows color (decimal): -11152644 or 16568917. OLE color: 16568917.

HSL color Cylindrical-coordinate representation of color #55D2FC: hue angle of 195.09º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55D2FC is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 210 252 -
CMYK 0.66 0.17 0 0.01
HSL 195.09º 0.97% 0.66% -
HSV(B) 195.09º 0.66% 0.99% -
XYZ 44.36 55.05 100.38 -
YUV 177.41 170.09 62.08 -
System Red Green Blue C M Y K H S L
Decimal 85 210 252 0.66 0.17 0 0.01 195.09 0.97 0.66
Hex 55 D2 FC 42 11 0 1 C3 61 42
Octal 125 322 374 102 21 0 1 303 141 102
Binary 1010101 11010010 11111100 1000010 10001 0 1 11000011 1100001 1000010

Color Harmonies of #55D2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D2FC

Black with #55D2FC

Text Example


Text Example

White with #55D2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,210,252); }

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

background-color css

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

 a { background-color: rgb(85,210,252); }

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

border-color css

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

 span { border-color: rgb(85,210,252); }

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